#menu {
	background: #c4b10e;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 750px;
	font-weight:bold;
}
#menu li {
	float: left;
	font: 12px; "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-weight:bold;
	margin: 0;
	padding-left: 16px;
}
#menu a {
	background: #c4b10e;
	color: #000;
	display: block;
	float: left;
	font-weight:bold;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;

}
#menu a:hover {
	background: #f57e20 url("images/hover.gif") bottom center repeat-x;
	font-weight:bold;
	color: #000;
	padding-bottom: 8px;
	}
