/***********************************************
* Simple Tree Menu- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
* code from this site http://www.dynamicdrive.com/dynamicindex1/navigate1.htm
***********************************************/

ul.treeview {
margin: 5px 3px;
padding: 0;
display: block;
}

.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
}

/*Style for LI elements in general (excludes an LI that contains sub lists)*/
/*
.treeview li{ 
background: white  url(/lib/img/bullet/4x4redsquare.gif) no-repeat left center; 
list-style-type: none;
padding-left: 12px;
margin-bottom: 3px;
font-weight: bold;
}

*/

/*Style for LI elements in general (excludes an LI that contains sub lists)*/
.treeview li{ 
background: white  url(/lib/img/bullet/4x4redsquare.gif) no-repeat left center; 
list-style-type: none;
padding-left: 12px;
margin-bottom: 3px;
font-weight: bold;
width: 90%;
}

.treeview ul li { margin-top: 0px; margin-bottom: 2px; margin-left: -3px; color:#0033FF;}
.treeview ul li a { text-decoration:none; font-weight: normal;}
.treeview ul li a:hover { text-decoration:underline;}
.treeview ul li.more{ background: white  url(/lib/img/bullet/9x9redright.gif) no-repeat left center; margin-left: 7px;}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: white url(/lib/img/bullet/closed.gif) no-repeat left 3px;
cursor: hand !important;
cursor: pointer !important;

}
html>body .treeview li.submenu {background: white url(/lib/img/bullet/closed.gif) no-repeat left top;}

.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}