nav {
	margin: 26px 0 0 0;
	float: right;
}

.mainmanu li a {
	padding: 0;
	color: #333;
}

.mainmanu .dropdown-menu {
	background-color: transparent !important;
	border: none;
	padding-top: 10px;
	font-size: 13px;
	box-shadow: none;
	min-width: 180px;
	top: 98%;
}

.mainmanu .dropdown-menu ul {
	background: none repeat scroll 0 0 #fff;
	border: 2px solid #49c1ea;
}
.mainmanu  li:hover .dropdown-menu{
    display:  block !important;
}
.mainmanu li .arrow_box {
	background: url("../images/icon-hover.png") no-repeat scroll 0 0;
	top: 2px;
	padding: 6px 10px;
	position: absolute;
}

.mainmanu li .dropdown-menu a:hover {
	color: #49c1ea;
}

.mainmanu  .dropdown-menu li {
	padding: 4px 10px;
}

.mainmanu .highlight {
	top: 80px;
	position: absolute;
	z-index: 999;
	width: 845px;
}

.mainmanu .highlight .inner {
	background: #fff;
	border: 2px solid #49c1ea;
	margin: 10px 0;
}

.mainmanu>li {
	margin-right: 10px;
	float: left;
	position: relative;
}

.mainmanu li:hover .highlight {
	display: block !important;
}

.mainmanu  .menu_col {
	float: left;
	width: 50%;
}

.mainmanu #menu_col_0 {
	float: left;
	width: 58%;
	margin: 0px 0px 15px 22px;
}

.mainmanu  #menu_col_1 {
	float: left;
	width: 38%;
}

.mainmanu .field_label {
	color: #17b0e4;
	font-family: opensans;
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0 0;
}

.mainmanu #menu_col_0 .field_item {
	float: left;
	width: 33%;
	line-height: 24px;
}

.mainmanu #menu_col_1 .field_item {
	float: left;
	width: 50%;
	line-height: 24px;
}

.mainmanu .field_item a {
	font-size: 12px;
	text-decoration: none;
	    color: #333;
}

.mainmanu .field_item a:hover {
	color: #17B0E4;
}

.quick-access {
	margin: 26px 0 0 0;
	float: right;
}

.cart {
	background: url(../images/icon_cart.png) no-repeat;
	display: block;
	height: 36px;
	width: 36px;
	margin-bottom: 10px;
}

.form-search {
	background: url(../images/icon_search.png) no-repeat;
	display: block;
	height: 36px;
	width: 36px;
	cursor: pointer;
	position: relative;
}

.push-button {
	display: none;
}

.push-button a {
	background: url(../images/icon_menu.png) no-repeat;
	height: 36px;
	width: 38px;
	display: inline-block;
	text-indent: -9999px;
}

@media only screen and (max-width: 997px) {
	.cart {
		position: absolute;
		right: 56px;
		top: 8px;
	}
	.push-button {
		position: absolute;
		right: 14px;
		top: 8px;
		display: inline-block;
	}
	header.main nav {
		display: none;
	}
	.mainmanu > li {
		  float: none;
	}
	.mainmanu li:hover .highlight {
		display: none !important;
	}
	.mainmanu  li:hover .dropdown-menu{
	    display:  none !important;
	}
	#jPanelMenu-menu li.level_0 a {
	   background: url(../images/arrow_blue.png) no-repeat scroll 16px center;
	  border-bottom: 1px solid #ebeef2;
	  display: block;
	  margin: 0;
	  padding: 10px 32px;
	  position: relative
	}
	#jPanelMenu-menu li.level_1 a {
	  background: url(../images/arrow_blue.png) no-repeat scroll 34px center;
	  padding-left: 50px;
	}
	#jPanelMenu-menu  span.sb-caret {
	  background: url(../images/arrow_down.png) no-repeat scroll center center rgba(0,0,0,0);
	  cursor: pointer;
	  display: inline-block;
	  padding: 16px;
	  position: absolute;
	  right: 20px;
	  top: 6px;
	}
	.form-search {
		position: absolute;
		right: 56px;
		top: 8px;
		display: none;
	}
}

.jPanelMenu header.main.logo a,
.jPanelMenu header.main.menu - trigger {
    display: block;
    max - height: 100 % ;
    text - shadow: 0 - 1px 1px #222;line-height:50px;color:# f7f7f7
}