/*Version 1.3.9b*/
/*Cornflowerblue Menu CSS*/
#categoriescss.leftBoxContainer { 

   padding-bottom: 10px;
}

#categoriescssHeading.leftBoxHeading {
   background: #222; 
}

#nav-cat {
   width: 180px; 
   font-weight:normal;
}

#nav-cat ul {
   margin: 10px 0 0 20px; 
   padding: 0; 
   width: 180px; 
}

#nav-cat ul.level2, #nav-cat ul.level3,#nav-cat ul.level4, #nav-cat ul.level5, #nav-cat ul.level6 {
	background-color: #444;
	border:1px solid #333;
	border-bottom:none;
}

#nav-cat li {
   position: relative; 
   list-style: none; 
   margin: 0;
   margin-top: 0px; /* change this to put space between buttons*/
   border-bottom: 1px dotted #333;
}

#nav-cat li li {
   margin: 0; /* overrides the margin-top above */
}
 
#nav-cat li:hover {
   z-index: 1000;
}

#nav-cat li a:hover {
   color: #fff;
   background:#222 url(../images/arrows/arrow-white.gif) 3px 50% no-repeat;
}

#nav-cat li.submenu {
   background: #000 url(../images/arrows/arrow-red.gif) 3px 50% no-repeat; 
}
#nav-cat li ul li.submenu {
  background: #000 url(../images/arrows/arrow-pink.gif) 3px 50% no-repeat;
}


#nav-cat li a {
   display: block; 
   padding: 3px 0 3px 10px;
   text-decoration: none; 
   width: 100%; 
   color: #ddd;
}
#nav-cat li.submenu:hover {
   background:#2229 url(../images/arrows/arrow-white.gif) 3px 50% no-repeat;
   color:#fff;
}
#nav-cat>ul a {
   width: auto;
}

#nav-cat ul ul {
   position: absolute; 
   top: 0; 
   left: 150px;
   display: none;
}

#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; 
}