.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding:0px;
	FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: #575757; FONT-FAMILY: Arial, Helvetica, sans-serif;TEXT-DECORATION: none;
	text-align:left;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
FONT-WEIGHT: normal; FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY: Arial, Helvetica, sans-serif;TEXT-DECORATION: none;
text-align:left;
padding-left:15px;
padding-top:6px;
margin-bottom: 3px;

}
.treeview li a{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
text-align:left;
padding: 0px;
margin:0px;
color:#575757;
}
.treeview li a:hover{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
text-align:left;
padding: 0px;
margin:0px;
	color:#00923D;
text-decoration:underline;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background:#fff 5px 9px url(../images/arrow-right.gif) no-repeat;
list-style:none;
cursor: hand !important;
cursor: pointer !important;
padding-left:20px;
	text-align:left;
	FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: #000; FONT-FAMILY: Arial, Helvetica, sans-serif;TEXT-DECORATION: none;
}


.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;
text-align:left;
}
#tree ul
{
margin: 0;
padding:0px;
	FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: #575757; FONT-FAMILY: Arial, Helvetica, sans-serif;TEXT-DECORATION: none;
	text-align:left;
}
#tree li{ /* Style for LI that contains sub lists (other ULs). */
background:#f1f1f1 5px 2px url(images/arrow-right.gif) no-repeat;
list-style:circle;
padding-left:20px;
text-align:left;
}