#menu {
	background: #D3B813;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 90%;
}
#menu li {
	font: 80.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #D3B813;
	border-bottom: 1px solid #393939;
	color: #fff;
	display: block;
	margin: 0;
	padding: 0px 12px;
	text-decoration: none;
	font-weight:normal;
}
#menu a:hover {
	background: #332E9E url("images/hover.gif") left center no-repeat;
	color: #fff;
	padding-bottom: 0px;
}