/*Version 1.3.9b*/
/*Cornflowerblue Menu CSS*/

#top-nav-cat { 
   margin: 0 auto;
      height:34px;
   line-height:34px;
   width:1140px;
   position:relative;

       }

#top-nav-cat ul {
   margin: 0; 
   padding: 0; 


}

#top-nav-cat .level2 a{ border-bottom: 1px solid #fff;
display: inline-block;
font-size: 12px;
font-weight: 400;
letter-spacing: 0;
line-height: 18px;
padding: 2px 0;
text-align: left;
text-transform: none;
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;}


#top-nav-cat ul.level2 {
background:#fff;
border-top:none;
padding:5px;
box-shadow: 0 1px 3px rgba(0,0,0,.3);
}
#top-nav-cat ul.level3 {background-color: #fff;
border: 1px solid #ccc;
border: 1px solid rgba(0,0,0,.15);
border-radius: 4px;
-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
#top-nav-cat ul.level4 {background-color: #fff;
border: 1px solid #ccc;
border: 1px solid rgba(0,0,0,.15);
border-radius: 4px;
-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
#top-nav-cat ul.level5 {background-color: #fff;
border: 1px solid #ccc;
border: 1px solid rgba(0,0,0,.15);
border-radius: 4px;
-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
#top-nav-cat ul.level6 {background-color: #fff;
border: 1px solid #ccc;
border: 1px solid rgba(0,0,0,.15);
border-radius: 4px;
-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

#top-nav-cat li {
       float:left;
   position: relative; 
   list-style: none; 
   margin: 0;
   height:34px;
   line-height:34px;
   margin-top: 0px; /* change this to put space between buttons*/
   text-align:center;
   transition: all 0.2s ease-in-out 0s;

   }

#top-nav-cat  .level2 li{ height:25px; line-height:25px; width:100%;}
#top-nav-cat .level2{ padding:0;}
#top-nav-cat ul ul li {
text-align:left; 
   position: relative; 
   list-style: none; 
   margin: 0;
   line-height:21px;


}

#top-nav-cat ul ul li a{ padding-left:10px; }
#top-nav-cat ul ul li a:hover{ border-bottom:1px solid #5f1013;}

#top-nav-cat li li {
   margin: 0; /* overrides the margin-top above */
}
 
#top-nav-cat li:hover {
   z-index: 1000;
}
#top-nav-cat li:hover>a{ padding-bottom:1px; }

.topmenuhome a{ display:block; height:35px; background:url("../images/home.png") no-repeat 6px 6px;}
.topmenuhome a:hover{ background-position:6px -26px;}
#top-nav-cat li a {
display: block;
text-decoration: none;
width: 100%;
padding:0 20px;
text-transform:uppercase;
font-weight: 700;
font-size:15px;
color:#000;
letter-spacing: 1px;
transition: all .3s ease-in-out;
-webkit-transition: all .3s ease-in-out;
}


#top-nav-cat .level2 li{ border:none;}
#top-nav-cat .level2 li:hover{ border:none;background:none;}
#top-nav-cat .level2 li:hover>a{ background:none;}
#top-nav-cat>ul a {
   width: auto;
}

#top-nav-cat ul ul {
   position: absolute; 
   top: 34px; 
   left: -1px;
   display: none;
   width:320px;
text-transform:none;

}

#top-nav-cat ul ul ul{
   position: absolute; 
   top: 0px; 
   left: 200px;
   display: none;
}

#top-nav-cat ul.level1 li.submenu:hover ul.level2,
#top-nav-cat ul.level2 li.submenu:hover ul.level3,
#top-nav-cat ul.level3 li.submenu:hover ul.level4,
#top-nav-cat ul.level4 li.submenu:hover ul.level5,
#nav-cat ul.level5 li.submenu:hover ul.level6 {
   display:block; 

}
#top-nav-cat ul.level1 li.submenu:hover{ background:#ebebeb;}
#top-nav-cat ul.level1 li:first-child ul{ width:1140px;}
#top-nav-cat ul.level1 li:first-child ul li{ width:20%; float:left;}