
#menu {
	background: #333;	
	list-style: none;
	margin-left: auto;
	margin-right:auto;
	padding: 0;
	height:32px;
	width:100%;
	position:inherit;
	
}
#menu ul
{
	
	margin-left: auto;
	margin-right:auto;
	padding: 0;
	width:900px;
	position:relative;
	margin-top:0px;
	margin-bottom:0px;
}
	

#menu li {
	float: left;
	font: Arial, Helvetica, sans-serif;
	font-size:14px;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #333 url("/images/site/seperator.gif") bottom right no-repeat;
	color: #ccc;
	display:block;
	float: left;
	margin: 0;
	padding: 8px 10px;
	text-decoration: none;
	font-weight:normal;
}
#menu a:hover {
	background: #2580a2 url("/images/site/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;
	}