
#menu {
	background: #333;
	font-size:15px;
	list-style: none;
	padding-right: 0px;
	padding-left: 0px;	
}
#menu li {
	float: left;
	font: 67.5%  Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #8C7934 url("images/seperator.gif") bottom right no-repeat;
	color: #FFFFFF;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
}
#menu a:hover {
	background: #BDAB68 url("images/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;
	}
