<style type="text/css">

#navlist {
	position: ;
	left: 0px;
	top: 0px;
	width: 186px;
}
#navlist ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
}
#navlist li {
	margin: 0px 10px;
}

#navlist a {
	display: block;
	padding: 2px 2px 2px 5px;
	width: 160px;
	border-top: 0px solid;
	border-right: 0px solid;
	border-bottom: 1px dashed #99CC99;
	border-left: 0px solid;
}
#navlist a:link, #navlist a:visited {
	text-decoration: none; /* */
}
#navlist a:hover {
	background-color: #EAF3E9;
	border-top: 0px solid;
	border-right: 0px solid;
	border-bottom: 1px dashed #99CC99;
	border-left: 0px solid;
}
#uberlink a:link, #uberlink a:visited {
	font-weight: normal;
	border-top: 0px solid;
	border-right: 0px solid;
	border-bottom: 1px dashed #99CC99;
	border-left: 0px solid;
	background-color: #E0EEDB;
}
#uberlink a:hover {
	font-weight: normal;
	border-top: 0px solid;
	border-right: 0px solid;
	border-bottom: 1px dashed #99CC99;
	border-left: 0px solid;
	background-color: #EAF3E9;
}
#activlink a:link, #activlink a:visited, #activlink a:hover {
	font-weight: bold;
	border-top: 0px solid;
	border-right: 0px solid;
	border-bottom: 1px dashed #99CC99;
	border-left: 0px solid;
	background-color: #E0EEDB;
}
</style>
