#topnav {
	background: url(../images/nav/bg.gif);
	width: 708px; 
	height: 24px;
	border-left: 2px solid black;
	border-right: 2px solid black;
	color: black;
	font-size: 16px;
	padding-top: 4px;
}

#topnav a {
	border: none !important;
	text-decoration: none !important;
	background: none;
	margin-left: 6px;
	width: 123px;
	display: inline-block;
	padding-left: 12px;
	color: black;
	font-weight: bold;
}

#topnav a:hover {
	border: none !important;
	text-decoration: none !important;
	background: url(../images/nav/hover-bg.gif) top left no-repeat;
	background-position: 0 4px;
	margin-left: 6px;
}