#navlist {	position: relative;	left: 0px;	top: 0px;	width: 239px;}#navliston {	position: relative;	left: 0px;	top: 0px;	width: 239px;	background-color: #8F90B7;	font-family: Verdana;	font-size: 13px;	font-weight: bold;	padding-top: 5px;	padding-right: 2px;	padding-bottom: 5px;	padding-left: 10px;	border-bottom-width: 1px;	border-bottom-style: solid;	border-bottom-color: #FFFFFF;	color: #FFFFFF;	text-decoration: none;	background-repeat: no-repeat;	background-position: 100%;}#navlist ul {margin: 0;padding: 0;list-style-type: none;font-size: .9em;}#navlist li {margin: 0;}#navlist a {	display: block;	padding: 5px 2px 5px 10px;	background-color: #D3C8B2;	background-repeat: no-repeat;	background-position: 0% 20%;	border-top: 0px solid #ddd;	border-right: 0px solid #FFFFFF;	border-bottom: 1px solid #FFFFFF;	border-left: 0px solid #ddd;}#navlist a:link, #navlist a:visited {	color: #FFFFFF;	text-decoration: none;	font-family: Verdana;	font-size: 13px;	font-weight: bold;}/* you can combine the last two rules if you wish */#navlist a:hover, #navlist a:active {	background-color: #8F90B7;	background-repeat: no-repeat;	background-position: 0% 50%;	color: #FFFFFF;	font-family: Verdana;	font-size: 13px;	font-weight: bold;	text-decoration: underline;}#uberlink a:link, #uberlink a:visited,#uberlink a:hover, #uberlink a:active {	background-color: #9F6F9F;	background-repeat: no-repeat;	background-position: 0% 50%;	color: #FFFFFF;	font-family: Verdana;	font-size: 13px;	font-weight: bold;	text-decoration: underline;}.footer-nav {	font-family: Verdana;	font-size: 9px;	color: #003300;	text-decoration: none;}a:visited {	color: #0000CC;}