

#menu {

	background: #cfb368;

	float: left;

	list-style: none;

	margin: 0; 

	padding: 0;

	width: 100%;

	border-top-style: solid;

	border-bottom-style: solid;

	border-color: #000000;

}

#menu li {

	float: center;

	font: 80.5% "Verdana","San Serif";

	margin: 0;

	padding: 0;

}

#menu a {

	background: #cfb368 url("IMAGES/seperator.gif") bottom right no-repeat;

	color: #000000;

	display: block;

	float: left;

	margin: 0;

	padding: 8px 12px;

	text-decoration: none;

}

#menu a:hover {

	background: #000000 url("IMAGES/hover.gif") bottom center no-repeat;

	color: #fff;

	padding-bottom: 8px;