body {  
         behavior: url(includes/csshover.htc);
} /* WinIE behavior call */
div#nav-cat {
background-color:#FFFFFF;
border:1px solid #E6E6E6;
font-size:1em;
margin-left:auto;
margin-right:auto;
margin-top:0;
width:168px;
}
div#nav-cat ul {
     margin: 0em; 
     padding: 0em; 
     width: 100%;  
     z-index: 1000;
     line-height: 14px;
     border: none;
}

div#nav-cat ul.level2 {background-color: #ffffff;}
div#nav-cat ul.level3 {background-color: #ffffff;}
div#nav-cat ul.level4 {background-color: #ffffff;}
div#nav-cat ul.level5 {background-color: #ffffff;}
div#nav-cat ul.level6 {background-color: #ffffff;}

div#nav-cat li {
background-color:#FFFFFF;
border-bottom:1px solid #DDDDDD;
list-style:none outside none;
margin:0;
padding:2px 0 2px 16px;
position:relative;
z-index:1;
    
}
div#nav-cat li li {
    margin-left: 0em;/* This puts space between menu and sub-menu, reccomend to leave at 0 unless you have over-lapping problems. */
    background-color: #fff; /* sets the background of submenu ,WITHOUT submenus, when menu is HOVERED */
} 
div#nav-cat li:hover {background-color: #eee; } /* sets the HOVER background of any MENU item that DOES NOT have submenu items */
div#nav-cat li.submenu { background:url("images/collapseh.gif") no-repeat scroll 3px 50% #FFFFFF; } /* sets the background of any menu item that DOES have submenu items */
div#nav-cat li.submenu:hover { background: url("images/collapse.gif") no-repeat scroll 3px 50% #eee; } /*sets the HOVER background of any menu item that DOES have submenu items */
div#nav-cat .other-links li a { color: #0075E2; }


div#nav-cat li a {background-color: transparent; /*<---This will set the background color of the WHOLE MENU, EVERY LEVEL, SYSTEM WIDE!!! If you want different colors, DON'T CHANGE THIS!!! */
    display: block;
    padding: 0.25em 0 0.3em 0em;
    text-decoration: none; 
    width: 100%;
    color: #999; /* sets the font color of the menu, SYSTEM WIDE!! In order to over-ride the font colors for the menu, and have different 
    colors for each level, such as font color changing when you hover, you need to remove any MENU colors  referred to in your
    stylesheet.css, as they over-ride this stylesheet! (includes/templates/YOUR_TEMPLATE/css/stylesheet.css) */
}
div#nav-cat li a:hover {  color: #000; }

div#nav-cat ul ul {
    position: absolute; top: -1px; left: 100%;
    display: none; z-index: 1000;
}

div#nav-cat ul.level1 li.submenu:hover ul.level2, 
div#nav-cat ul.level2 li.submenu:hover ul.level3,
div#nav-cat ul.level3 li.submenu:hover ul.level4,
div#nav-cat ul.level4 li.submenu:hover ul.level5,
div#nav-cat ul.level5 li.submenu:hover ul.level6
div#nav-cat ul.level5 li.submenu:hover ul.level7
div#nav-cat ul.level5 li.submenu:hover ul.level8
div#nav-cat ul.level5 li.submenu:hover ul.level9
div#nav-cat ul.level5 li.submenu:hover ul.level10 {
        display:block;
        border: 1px solid #ddd;
}
div#nav-cat ul.level3 li.submenu:hover ul.level4 { height: 200px;overflow: scroll;}
.boxes-content .boxText { width: 90% !important; margin: 0 auto; }
