/*Version 1.3.9b*/
/*Cornflowerblue Menu CSS*/

.top-categories{
	width:100%;
	border:1px solid #90897e;	
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	position:relative;
	margin: 0 1px;
	width:938px;
	height:39px;
	z-index:2;
}
#categoriescss{
	width:100%!important;

}
.top-categories .box{
	margin:0!important;
}
#categoriescss .box-head{
	display:none;
}
#categoriescss.leftBoxContainer { 

}
#categoriescssHeading.leftBoxHeading {

}

#nav-cat {
   margin: 0 0 0 0px;
   background:url(../images/cat-bg.jpg) repeat-x left top #a0988b;
   padding:0px 0 37px 0;
   	border-top:1px solid #c9c4bb;
	border-right:1px solid #c5c0b7;
	border-bottom:1px solid #bdb8ae;
	border-left:1px solid #c4bfb6;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	position:relative;
	width:936px!important;
}
.top-categories .box{
	left:0;
	padding:0;
}

*+ html #nav-cat{
	padding-bottom:0px;
	height:37px;
}
#nav-cat ul.level1 {
   margin: 0;
   padding:0;
   position:relative;
}
#nav-cat ul.level1 li{
	float:left;
	padding: 0px 0 0px 0;
	margin-top:-1px;
	position:relative;
}
*+ html #nav-cat ul.level1 li{

}
#nav-cat ul.level1 li:first-child a{
	padding-left:16px;
}
#nav-cat ul.level1 li a {
   display: block; 
   padding:5px 20px 8px 19px;
   text-decoration: none;
   border-right:1px solid #90897e;
   font-size:16px;
   line-height:26px;
   text-transform:uppercase;
   color:#fff;
   font-family: 'Oswald', sans-serif;
}
#nav-cat ul.level1 li a:hover{
	text-decoration:underline;
}
#nav-cat ul li.submenu > a:hover, #nav-cat ul li.submenu:hover > a{
	text-decoration:underline;
	display:block
}
#nav-cat ul.level2 {
	position:absolute;
	width:179px;
    top: 21px; 
    left: -2px;
    display: none;
	background:url(../images/level2-bottom.png) no-repeat center bottom;
	zoom:1;
	padding:10px 0 4px 0;
	
}
#nav-cat ul.level2 li{
	float:none;
	padding:0 0 0 0!important;
	margin:0 0 0 0!important;
	background:url(../images/level2-li.gif) no-repeat left top;	
}

#nav-cat ul.level2 li:first-child{
	background:url(../images/level2-top.png) no-repeat left top;
}
#nav-cat ul.level2 li:first-child a{
	border:none;
	padding:5px 0 0 0;
}
#nav-cat ul.level2 li a{
	display:block;
	border-top:1px solid #938b88;
	border-right:none;
	padding:3px 0 0 33px!important;
	margin:0 0 0 1px!important;
	width:144px;
	font-size:12px;
	line-height:30px;
	color:#fafaf7;
	background:url(../images/marker2.gif) no-repeat 11px 12px;
}
#nav-cat ul.level2 li a:hover{
	text-decoration:none;
	color:#fbe4a0;
}
#nav-cat ul.level3 {}
#nav-cat ul.level4 {}
#nav-cat ul.level5 {}
#nav-cat ul.level6 {}


#nav-cat>ul a {
   width: auto;
}

#nav-cat ul.level1 li.submenu:hover ul.level2,
#nav-cat ul.level2 li.submenu:hover ul.level3,
#nav-cat ul.level3 li.submenu:hover ul.level4,
#nav-cat ul.level4 li.submenu:hover ul.level5,
#nav-cat ul.level5 li.submenu:hover ul.level6 {
   display:block; 
}