#navlist {
	position: absolute;
	left: 7px;
	top: 115px;
	width: 175px;
	height: 189px;
	color: #B6D4D2;
}
#navlist ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 10pt;
	font-weight: normal;
	color: #B6D4D2;
}
#navlist li {
	margin: 0;
	color: #B6D4D2;
}
#navlist a {
	display: block;
	padding: 2px 2px 2px 24px;
	background-color: #3D6C72;
	background-image:  none;
	background-repeat: no-repeat;
	background-position: 0% 50%;
	border-top: 0px inset #ddd;
	border-right: 0px inset #000;
	border-bottom: 0px inset #000;
	border-left: 0px inset #ddd;
	color: #B6D4D2;
}
#navlist a:link, #navlist a:visited {
	color: #000000;
	text-decoration: none;
	border: thin outset;
}

/* you can combine the last two rules if you wish */

#navlist a:hover, #navlist a:active {
	background-color: #B6D4D2;
	background-image:  none;
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #3D6C72;
	border-top: thin inset #B8B9BD;
	border-right: thin inset #7D7F83;
	border-bottom: thin inset #7D7F83;
	border-left: thin inset #B8B9BD;
}
#uberlink a:link, #uberlink a:visited,
#uberlink a:hover, #uberlink a:active {
	background-color: #3D6C72;
	background-image:  none;
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #E9EF31;
	border: thin inset;
}


