.treeview ul{ /*CSS for Simple Tree Menu*/
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
	list-style-type: none;
	padding-left: 18px;
	margin-bottom: 1px;
	background-color: #FDE88A;
	background-image: url(list.gif);
	background-repeat: no-repeat;
	background-position: 3px 10px;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 8px;
	padding-bottom: 15px;
	font-size: 11px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
	cursor: hand !important;
	cursor: pointer !important;
	background-color: #FBE88D;
	background-image: url(closed.gif);
	background-repeat: no-repeat;
	background-position: 2px 10px;
}


.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;
}#treemenu1 {
	padding: 1px;
	background-color: #FFF;
	width: 120px;
	margin-top: 34px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.level2 {
	color: #000;
	text-decoration:none;
	font-size: 11px;
	font-weight: bold;
}
.level2 a:link {
	color: #000;
	text-decoration:none;
	font-size: 11px;
	font-weight: bold;
}	

.level2 a:visited {
	color: #000;
	text-decoration:none;
	font-size: 11px;
	font-weight: bold;
}
.level2 a:hover {
	color: #333;
	text-decoration:underline;
	font-size: 11px;
	font-weight: bold;
}	
.level2 a:active {
	color: #000;
	text-decoration:none;
	font-size: 11px;
	font-weight: bold;
}

