
#menu {
	background: #000;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 800px;
	height:25px;
}
#menu li {
	float: left;
	font: 10px "Verdana", "Helvetica", "sans-serif";
	margin: 0;
	padding: 0;
}
#menu a {
	background: #000 url("images/seperator.gif") bottom right no-repeat;
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 5px;
	text-decoration: none;
	font-weight:normal;
}
#menu a:hover {
	background: #921420 url("images/hover.jpg") bottom center no-repeat;
	color: #fff;
	padding-bottom: 5px;
	}
