#topnav {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	float: left;
	width: 100%;
} 
#topnav li a {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	background-color: #060;
	padding-right: 0.8em;
	font-size: 11px;
	height: 23px;
	float: left;
	min-width: 100px;
	display: block;
	text-align: center;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFF;
	padding-left: 0.2em;
}
#topnav li {
	display: inline;
}
#topnav a:hover {
	background-color: #99cc99;
}
#topnav li a.active {
	color: #660000;
	background-color: #99cc99;
	font-weight: bolder;
}
#topnav li a.activeww {
	color: #660000;
	background-color: #99cc99;
	font-weight: normal;
}
