.treeview ul{ /*CSS for Simple Tree Menu*/
	margin:0px;
	padding: 0px;
	list-style-type: none;
}
.treeview li{ /*CSS for Simple Tree Menu*/
	padding: 5px 0px 0px 0px;
	margin:0px;
	display:block;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
	list-style-type: none;
}
.treeview li ul{ /*CSS for Simple Tree Menu*/
	padding: 5px 0px 0px 20px;
	color: #FF0000;
}
.treeview li a{ /*CSS for Simple Tree Menu*/
	padding: 10px 0px 0px 0px;
	text-decoration:none;
}
.main {
	margin: -30px 0 0 0;
	
}
.treeview li.main a {
	color: #FF0000;
}

.treeview li li{ /*CSS for Simple Tree Menu*/
	padding: 0px 0px 7px 10px;
	margin: 0px 0px 0px -2px;
	width:158px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #FF0000;
}

/*
.treeview li{ Style for LI elements in general (excludes an LI that contains sub lists)
list-style-type: url(../images/lab-testing-bg.gif);
padding: 0px 0px 0px 22px;

treeview li a changed from #ff0000 to tan #B3801A ; if gets weird online, change back = eh
}*/

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
	background-repeat:no-repeat;
	float:none;
	cursor: hand !important;
	cursor: pointer !important;
	margin: 0px 0px 0px -40px;
}


.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;
}
