#topnav {
	width:800px;
	height:30px;
	padding:20px 0 0 0;
	background:#000 url(images/nav-bg.jpg) 0 0 no-repeat;
}

#topnav ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
#topnav li{
	display:inline;
	width:100px;
	margin:0;
	padding:0 0 0 37px;
	font-family:Georgia;
	font-size:12px;
	font-weight:bold;
}
#topnav li a{
	text-transform:uppercase;
}
#topnav li a:hover{
	text-decoration:underline;
	color:#ddd7c0;