
#menu {
	background: #000000;
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 697px;
}
#menu li {
	float: right;
	font: "century gothic", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #000000 url("images/seperator.gif") bottom left no-repeat;
	color: #eeeecc;
	display: block;
	float: right;
	margin: 0;
	padding: 6px 12px;
	text-decoration: none;
	font-weight:normal;
}
#menu a:hover {
	background: #deaf3d url("images/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 6px;
	}
