#menu {
	background-color:#D8C9A1;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu li {
	float: left;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #5F5027 url("images/seperator.gif") bottom right no-repeat;
	color:#D8C9A0;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 8px;
	text-decoration: none;
	font-weight:bold;
	font-size: 12px;
}
#menu a:hover {
	background: #F3AE08 url("Files/hover.png") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;
}
