a:link {  font-family:  Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: none; color: #D79933; line-height: normal; text-decoration: none}
a:active {  font-family:  Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: none; color: #D79933; text-decoration: none}
a:visited {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #D79933;
	font-weight: none; text-decoration: none
}
a:hover {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #E7DD6D;
	font-weight: none; text-decoration: none

}


.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: transparent;
list-style-type: none;
padding-left: 15px;
margin-bottom: 3px;

}

.treeview li.submenu{
	background: transparent;
	cursor: pointer!important;
	cursor: pointer !important;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #D79933;
	font-size: 14px; font-weight: 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;

}
