
#menu {
	background: #231F20;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 653px;
}
#menu li {
	float: left;
	font: 65% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #231F20 url("menu/seperator.gif") bottom right no-repeat;
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 11px 11px;
	text-decoration: none;
}
#menu a:hover {
	background: #f8da10 url("menu/hover.gif") bottom center no-repeat;
	color: #000000;
	padding-bottom: 8px;
