#custommenu {
    	position:relative;
    	font-size: 12px;
    	margin: 0 auto;
    	padding: 0px;
    	width: 100%;
    	z-index: 999;
		border-radius: 2px;
		height:32px;
}

/*IE7 fix*/
*:first-child+html #custommenu { 
	z-index: 998;
}
div.menu {
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 1px;
	font-family: "Segoe UI";
	color: #508db4;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	border-radius: 3px 3px 0px 0px;
	_width: 0px; /*IE6*/
	_padding: 0px 0px 0px 0px;
}

div.menu.first {
	padding: 0px;
}

div.menu.first.active, div.menu.first:hover {
	padding-left: 0px;
	background:none;
}
div.menu.active {
    	background-color:#508DB4;
}

.navimg {
	padding:0px;
	margin:0px;}

div.wp-custom-menu-popup {
	position: absolute;
	width:100%;
	z-index: 1000;
	display: none;
	text-align: left;
	margin-top: 7px;
	background: #e5ffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #E2EDF3 0%, #ffffff 59%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E2EDF3), color-stop(59%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #E2EDF3 0%,#ffffff 59%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #E2EDF3 0%,#ffffff 59%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #E2EDF3 0%,#ffffff 59%); /* IE10+ */
	background: linear-gradient(top,  #E2EDF3 0%,#ffffff 59%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E2EDF3', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	border: 3px solid #508DB4;
	padding: 0px 10px 10px 10px;
	moz-box-shadow: 5px 6px 5px #969696;
	-webkit-box-shadow: 5px 6px 5px #969696;
	-o-box-shadow: 5px 6px 5px rgba(51,51,51,0.5);
	box-shadow: 5px 6px 5px rgba(51,51,51,0.5);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#969696')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#969696');
	zoom: 1;
}
div.menu a, div.wp-custom-menu-popup a {
    	text-decoration: none;
    	display:block;
		height: auto;
		line-height:13px;
    	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
		cursor: pointer;
		opacity: 1;
		-webkit-transition: all .1s linear;
		-moz-transition: all .1s linear;
		-ms-transition: all .1s linear;
		transition: all .1s linear;
}










div.wp-custom-menu-popup level2 a span{
    	color: #508DB4;
}
/*
div.wp-custom-menu-popup a.actParent {
    	color: #4D4D4D;
}
div.wp-custom-menu-popup a.act {
    	color: #A52A2A;
} */
div.menu .brand a, div.wp-custom-menu-popup .brand a {
	-webkit-transition: all 0s linear;
	-moz-transition: all 0s linear;
	-ms-transition: all 0s linear;
	transition: all 0s linear;
}

div.wp-custom-menu-popup a {
	 color: #333; 
}
div.wp-custom-menu-popup hr {
	margin: 0px 0px 10px 0px;
}
/*
div.wp-custom-menu-popup a.act {
    	color: #04a0bb;
}
div.wp-custom-menu-popup a.act {
}
*/

div.menu a span:hover {
	cursor: pointer;
	opacity: 1;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}

div.menu.active a span, div.menu a:hover span {
	background-color: #508db4;
	color:#FFF;
}


div.menu a {
	text-decoration: none;
	font-weight: bold;
	color: #508db4;
	font-size: 13px;
	font-family:Verdana, Geneva, sans-serif;
} 


div.menu a:link, div.menu a:visited {
	display: block;
	height: 32px;
	padding:0px;
}
div.menu a span {
	display: block;
	height: 27px;
	padding: 5px 15px 0px 15px;;
	color: #508db4;
}

.column.last.odd {
	border: none;
}
div.menu.active, div.menu:hover {
	background: #508DB4; /* Old browsers */
	background: -moz-linear-gradient(top,  #E2EDF3 2%, #508DB4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#E2EDF3), color-stop(100%,#508DB4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #E2EDF3 2%,#508DB4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #E2EDF3 2%,#508DB4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #E2EDF3 2%,#508DB4 100%); /* IE10+ */
	background: linear-gradient(top,  #E2EDF3 2%,#508DB4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E2EDF3', endColorstr='#508DB4',GradientType=0 ); /* IE6-9 */
	opacity: 1;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	color:#FFFFFF;
}

div.menu a:hover {
	background: #f1f1f1;
}
div.menu.active a {
	background: #f1f1f1 !important;
	color: #000 !important;
}


div.block2  {
	display: block;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
}
div.block2 p {
	margin-bottom: 3px;
	line-height: 120%;
	color: #000;
	font-size: 11px;
}
div.block2 p a {
	display: inline;
}
div.block2 a img {
	opacity: .9;
	filter: alpha(opacity=90);
}
div.block2 a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-ms-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
div.block2 .brand a:hover img {
	-webkit-transition: all 0;
	-moz-transition: all 0;
	-ms-transition: all 0;
	transition: all 0;
}



div.column {
	float: left;
	width: 18%;
	padding: 0px 1%;
	margin:0px;
	
}


div.itemSubMenu {
    	margin-left: 5px;
}
.clearBoth {
    	clear:both;
	height: 0;
	overflow: hidden;
}



a.level1:link, a.level1:visited {
	font-size: 12px;
	font-weight: bold;
	color: #508DB4;
	text-transform: uppercase;
	line-height: 100%;
	padding-bottom: 4px;
	margin-top: 8px;
}
a.level1:hover {
	color: #454545;
}
div.level1 {
	margin-bottom: 5px;
}
a.level2:link, a.level2:visited {
	/* background: url(/skin/frontend/default/main/images/sm_arr.gif) no-repeat 0px 5px; */
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color: #454545;
	font-weight:normal;
	padding: 3px 0px 3px 10px;
	border-radius: 2px
}
a.level2:hover {
	color: #508DB4;
	background: #d3d3d3;
}










a.level3:hover {
	color: #508DB4;
}

a.level3:link, a.level3:visited {
	background: url(/skin/frontend/default/main/images/sm_arr.gif) no-repeat 0px 5px;
	padding-left: 15px;
	font-size: 10px;
	line-height: 100%;
	padding-bottom: 3px;
	font-weight:normal;
}






/*************************   Other Menu CSS   Need to Fix  **********************/


div.level2 {
	margin-bottom: 5px;
}
div.level3 {
	margin-bottom: 5px;
	padding: 5px;
	background: #fff;
}


/******************************************* COLUMN WIDTH ***************************** */

/*end COLUMN WIDTH  */

div.itemSubMenu {
	margin-left: 0px;
}
.clearBoth {
	clear:both;
	height: 0;
	overflow: hidden;
}
a.level1:link, a.level1:visited {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px 10px;
	border-radius: 2px;
}


/*BG*/



/*FONTS*/

a.level1:link, a.level1:visited {
	text-transform: none;
	font-weight: normal;
	font-size: 16px;
	line-height: 16px;
	font-family: "Segoe UI";
}

a.level3:link, a.level3:visited {
	font-size: 11px;
	font-weight: normal;
	line-height: 100%;
	margin-bottom: 0px;
}
/*COLOR*/

div.menu a:hover, div.menu.active a {
	color: #000;
}
a.level3:link, a.level3:visited {
	color: #333333;
}
a.level3:hover {
	color: #0069a1;
}

a.level1:link, a.level1:visited {
	color: #829900;
}
a.level1:hover {
	color: #728202 !important;
	background: #d3d3d3;
}


.block2 table.brand {
	float: left;
}
.block2 .single_menu_product {
	float: left;
	position: relative;
	max-width: 150px;
	overflow: hidden;
	margin-right: 20px;
	margin-left: 0px;
}
