The CSS:
BODY {
color: #333;
background-color: #eee;
padding: 0 5%;
margin:0;
font-family: arial, helvetica;
font-size:83.333%;
}

a:link, a:visited {
	text-decoration:none;
	font-weight:bold;
	color: #FF4000;
}

a:hover {
	color:#002c99;
}

#topnav {
	margin:0;
	padding: 0 0 0 0px;
	}
	
#topnav UL {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	} 

#topnav LI {
	display: block;
	margin: 0;
	padding: 0;
	float:left;
	width:auto;
	}
	
#topnav A {
	color:#333366; FONT-FAMILY: arial, helvetica; FONT-SIZE: 10pt;
	display:block;
	width:auto;
	text-decoration:none;
	background: #DDDDDD;
	margin:0;
	padding: 2px 10px;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-right: 1px solid #aaa;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #339966;

}
	
#topnav A:hover, #topnav A:active {
	color:#ffffff; FONT-FAMILY: arial, helvetica; FONT-SIZE: 10pt;
	display:block;
	width:auto;
	text-decoration:none;
	background: #339966;
	}

#topnav A.here:link, #topnav A.here:visited {
	color:#ffffff; FONT-FAMILY: arial, helvetica; FONT-SIZE: 10pt;
	display:block;
	width:auto;
	text-decoration:none;
	background: #339966;
	}
	
#subnav BR, #topnav BR {
	clear:both;
}
