.treeview ul{ /*CSS for Simple Tree Menu*/
	font-family: Tahoma, "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	letter-spacing: 1px;
	padding: 0px;
	margin: 0px;
}


.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
	list-style-type: none;
	margin-bottom: 3px;
	color: #FFFFFF;
	font-family: Tahoma, "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	letter-spacing: 1px;
	padding: 0px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
	cursor: hand !important;
	cursor: pointer !important;
	background-image: url(images01/open.gif);
	background-repeat: no-repeat;
	letter-spacing: 1px;
	color: #FFFFFF;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
	display: none;
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
	cursor: default;
	margin-left: 20px;
	color: #FFFFFF;
}
.treeview  li a {
	margin: 0px;
	font-family: Tahoma, "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	letter-spacing: 1px;
	padding: 0px;
}
