A:link {
	color:#02a3b4;
	LINE-HEIGHT: 150%;
	TEXT-DECORATION: none;
}

A:visited {
	COLOR: #000066;
	LINE-HEIGHT: 150%;
	TEXT-DECORATION: none;
}

A:hover {
	COLOR: #e07e26;
	LINE-HEIGHT: 150%;
	TEXT-DECORATION: underline;
}

A:active {
	COLOR: #ff3300;
	LINE-HEIGHT: 150%;
	TEXT-DECORATION: none;
}

body  {
	scrollbar-face-color: #d3d2c5;
	scrollbar-shadow-color: #7c7c7c;
	scrollbar-highlight-color: #e5e4d2;
	scrollbar-3dlight-color: #acacac;
	scrollbar-darkshadow-color: #e5e4d2;
	scrollbar-track-color: #Ce5e4d2;
	scrollbar-arrow-color: #4e4c23;
	background: #f4f3e8;
	color: #000000;
	font: 13px/1.6em Verdana, Lucida, Arial, Helvetica, KBC,sans-serif;
	margin-top: 5px;
	margin-left: 5px;
}

.treeview{
	padding-left:0px;
	margin-top: 5px;
}

.treeview ul{ /*CSS for Simple Tree Menu*/
	margin: 0;
	padding: 0;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
	background: url(images/list.gif) no-repeat left center;
	list-style-type: none;
	padding-left: 22px;
	margin-bottom: 3px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
	background: url(images/closed.gif) no-repeat left 1px;
	cursor: hand !important;
	cursor: pointer !important;
}


.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;
}
