.treeview a {
	color: #ff6600;
	font-weight:normal;
	text-decoration: none;
}

.treeview a:hover {
	color: #FF6600;
	text-decoration: none;
}

.treeview .select {
	color: #FF6600;
	text-decoration: underline;
}

.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 3;
padding: 3;
margin-left: 1px;
margin-bottom: 3px;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
list-style-type: none;
padding-left: 0px;
line-height:13px;
margin-bottom: 10px;
margin-top: 5px;
margin-left: -40px;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #ff6600;
font-weight:bold;
}


.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
cursor: hand !important;
cursor: pointer !important;
margin-bottom: -20px;
margin-top: 1px;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #ff6600;
font-weight:bold;
}

.treeview li.limenu{ /* Style for LI that contains sub lists (other ULs). */
cursor: hand !important;
cursor: pointer !important;
margin-bottom: 10px;
margin-top: 10px;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #ff6600;
font-weight:bold;
}



.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
margin-bottom: 5px;
margin-top: 5px;
margin-left: 45px;
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
margin-top: 10px;
margin-bottom: 10px;
}