
#menu {
	background: #272624;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
}
#menu li {
	float: right;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #272624 url("images/seperator.gif") top right no-repeat;
	color: #ccc;
	display: block;
	float: right;
	margin: 0;
	padding: 8px 16px;
	text-decoration: none;
}
#menu a:hover {
	background: #9D0202 url("images/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;