.treeview ul{ /*CSS for Simple Tree Menu*/
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 90%;
	margin: 5px;
	padding: 0;
}

.treeview li{
	background: white url("") no-repeat left 5px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 70%;
	list-style-type: none;
	padding-left: 20px;
	margin-bottom: 5px;
	color: #333333;
	font-style: normal;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
	background: white url("Icons/Arrow_Closed.gif") no-repeat left 5px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 70%;
	cursor:pointer !important;
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	list-style-type: none;
	padding-left: 20px;
	cursor: default;
}
.treeview .item { 
font-family:Verdana, Helvetica, sans-serif;
list-style-type: none;
display: block;
padding-left: 20px;
color: #CC6600;
}

A.menulink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	display: block;
	width: 168px;
	w\idth: 163px; /* resets the width for IE6 and compliant browsers */
	text-align: left;
	text-decoration: none;
	color: #000000;
	BORDER: none;
}

A.menulink:hover {
	text-decoration: none;
	color: #CC6600;
	font-family: Verdana, Helvetica, sans-serif;
}

.style3 {font-family: Verdana, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}
.style5 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
}
body,td,th {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 100.01%; /* Sets default font size. This odd value compensates for several browser bugs. First, setting a default font size in percent (instead of em) eliminates an IE/Win problem with growing or shrinking fonts out of proportion if they are later set in ems in other elements. Additionally, some versions of Opera will draw a default font-size of 100% too small compared to other browsers. Safari, on the other hand, has a problem with a font-size of 101%. Current "best" suggestion is to use the 100.01% value for this property */
}
.style8 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
.style9 {
	font-size: 22px;
	font-family: Verdana, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.style11 {
	font-size: xx-small;
	font-style: italic;
}
.style10 {
	font-family: 
	Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
}
.style12 {
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}
.normal {font-family: Verdana, Helvetica, sans-serif; 
	font-size: 8px; 
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}