.treeview ul{ /*CSS for Simple Tree Menu*/
position:relative;
margin: 0px;
padding: 0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#f58345;
	
	

}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists) list.gif*/
/*background:url(../img/pika.gif) no-repeat left center;*/
position:relative;
list-style-type: none;
padding-left: 10px;
margin-bottom: 3px;
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: Normal;
	color:#f58345;

}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). closed.gif*/
/*background: url(../img/pika.gif) no-repeat left center;*/
position:relative;
cursor: hand !important;
cursor: pointer !important;
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#f58345;

}




.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
position:relative;
display: none; /*Hide them by default. Don't delete. */
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#f58345;
	
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
position:relative;

}

.treeview a:link
{
	color:#f58345;
	text-decoration:none;
	
}

.treeview a:visited
{
	color:#f58345;
	text-decoration:none;
}

.treeview a:hover
{
	color:#f58345;
	text-decoration:underline;
	font-weight:bold;
	
}



.treeview a:active
{
	color:#f58345;
	text-decoration:underline;
	
}
