ul.navbar {
	background: #000;
	width: 800px; 
	height: 35px;
}

ul.navbar li {
	float: left; 
	text-align: center; 
	line-height: 30px;
	width: 114px;
}

ul.navbar a {
	color: #EEBD1B;
	font-variant: small-caps;
	display: block;
	font-size: 1.0em;
	padding-bottom: 5px;
}

ul.navbar a:hover {
	color: #000;
	background-color: #EEBD1B;
	font-weight: bold;
	border-bottom: none;
	
}

ul.navbar #current a {
	color: #F9F8F3;
}
