.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: closed.png) no-repeat left center;
list-style-type: none;
padding-left: 22px;
margin-bottom: 2px;
margin-top: 0px;
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:9pt;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: url(closed.png) no-repeat left 1px;
cursor: hand !important;
cursor: pointer !important;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */

display: none; /*Hide them by default. Don't delete. */
padding-left: 5px;
}

.treeview a:link {
	color: #ffffff;
	text-decoration: none;
}
.treeview a:visited {
	color: #ffffff;
	text-decoration: none;
}
.treeview a:hover {
	color: #FFCB03;
	text-decoration: none;
}
.treeview a:active {
	color: #FFCB03;
	text-decoration: none;
}
.treeview a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}


.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
background: closed.png) no-repeat left center;
cursor: default;
padding-left: 18px;
}

.treeview2 li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
background: closed.png) no-repeat left center;
display: none; /*Hide them by default. Don't delete. */
padding-left: 5px;
}

.treeview2 .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
background: closed.png) no-repeat left center;
cursor: default;
padding-left: 5px;
}

.treeview2 li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: closed.png) no-repeat left center;
list-style-type: none;
padding-left: 22px;
margin-bottom: 2px;
margin-top: 0px;
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:9pt;
}
