/*Version 1.3.9b*/
/*Cornflowerblue Menu CSS*/

#top-nav-cat { height:47px; line-height:47px; margin:0 auto; width:1300px; position:relative; background:#03234C; font-family: "Times New Roman", Times, serif}

#top-nav-cat ul {
   margin: 0; 
   padding: 0; 
   width: 100%; 

}

#top-nav-cat ul.level2 {background: rgba(43, 88, 133, 0.78);
}
#top-nav-cat ul.level3 {background: rgba(43, 88, 133, 0.78);
}
#top-nav-cat ul.level4 {background: rgba(43, 88, 133, 0.78);
}
#top-nav-cat ul.level5 {background: rgba(43, 88, 133, 0.78);
}
#top-nav-cat ul.level6 {background: rgba(43, 88, 133, 0.78);
}

#top-nav-cat li {
       float:left;
   position: relative; 
   list-style: none; 
   margin-top: 0px; /* change this to put space between buttons*/
   line-height:45px;
   text-align:center;
   transition: all 0.2s ease-in-out 0s;
   border-right: 1px solid #03234C;
padding-right: 1px;
   }

#top-nav-cat ul ul li {
text-align:left; 
   position: relative; 
   list-style: none; 
   margin: 0;
   margin-top: 0px; /* change this to put space between buttons*/
   line-height:46px;
   min-width:250px;
}

#top-nav-cat ul ul li a{ padding-left:10px; }

#top-nav-cat li li {
   margin: 0; /* overrides the margin-top above */
}
 
#top-nav-cat li:hover {
   z-index: 1000;


}



#top-nav-cat li a {
display: block;
text-decoration: none;
width: 100%;
padding:0 20px 0 5px;
color: #fff;
font-size: 18px;
font-weight: bold;
padding: 0 10px;
}

#top-nav-cat li a:hover {
   color: #fff;
   background: #000;
text-decoration: none;

}

#top-nav-cat>ul a {
   width: auto;
}

#top-nav-cat ul ul {
   position: absolute; 
   left: 0px;
   display: none;
   min-width:250px;
}

#top-nav-cat ul ul ul{
   position: absolute; 
   top: 0px; 
   left: 250px;
   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 .level2 li{ padding:0; border:none;}