#topnav ul {
	margin: 0;
	list-style-type: none;
	background-color: #e9e9e9;
	color: black;
	font: normal 90% arial, helvetica, sans-serif;
	text-align: center;
	border-bottom: 1px solid #777777;
}

#topnav li {
	display: inline;
}

#topnav li a {
	font-weight: bold;
	border-left: 10px solid #444444;
	text-decoration: none;
	background-color: #e9e9e9;
	color: black;
	dpadding: .2em 1em;
	padding-right: 20px;
	padding-left: 20px;
}

#topnav li a:hover {
	background-color: #c84;
	background-color: #999999;
	border-left: 10px solid #555555;
	border-bottom: 1px solid #555555;
	color: white;
}


