body {  
         behavior: url(includes/csshover.htc);
} /* WinIE behavior call */
div#nav-cat {
     margin-top: 0em;
     background-color: transparent;;
     width: 165px;
     margin-left: auto;
     margin-right: auto;
     font-size: 1.3em;

}
div#nav-cat ul {
    margin: 0em; 
    padding: 0em; 
    width:165px; 
    z-index: 200;
    line-height: 100%;
    border: none;
}
#categoriescss{
	background-color:transparent;

}
div#nav-cat ul.level2 {}
div#nav-cat ul.level3 {}
div#nav-cat ul.level4 {}
div#nav-cat ul.level5 {}
div#nav-cat ul.level6 {}

div#nav-cat li {
    z-index: 1; 
    position: relative;
    list-style: none; 
    margin: 0;
    margin-top: 0; /* change it to whatever space you want to put space between buttons*/
    border-bottom: 1px dotted #ffe5dd; /* <---this line may help or hinder IE menu shifting issues. */
    background-color: transparent;; /*Sets background of Menu items that DOES NOT have sub-menu's SYSTEM WIDE!!! */
	border-bottom-width:.1em;

}
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: transparent;; /* sets the background of submenu ,WITHOUT submenus, when menu is HOVERED */
} 
div#nav-cat li:hover {background-color: transparent;} /* sets the HOVER background of any MENU item that DOES NOT have submenu items */
div#nav-cat li.submenu {background-color: transparent;} /* sets the background of any menu item that DOES have submenu items */
div#nav-cat li.submenu:hover { } /*sets the HOVER background of any menu item that DOES have submenu items */
div#nav-cat  li:hover, div#informationContent li:hover, div#ezpagesContent li:hover{
background-image:url('../images/star.jpg');
	background-position:90% 70%;
	background-repeat:no-repeat;

}
/**
div#nav-cat ul.level1 li.submenu:hover{
background-color: transparent;
}
**/
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;
    text-decoration: none; 
	width: 90%;
	padding-left:9px;
	padding-top:5px;
	 font-size:75%;
}


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

div#nav-cat a{
font-size:80%;
}

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 {
        display:block;
        width: 165px;
        background-color: #ffe5dd;;  /* sets the background colour of SUBMENU items */
}
div#nav-cat ul.level3 li.submenu:hover ul.level4 { height: 200px;overflow: scroll;}

div#nav-cat ul.level1 li.submenu:hover ul.level2 a:hover{
	text-decoration:underline;
}

