#menu {
	background-color: #94A62A;	
	float: none;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 900px;

}
#menu li {
	float: left;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
#menu a {
	background: url("images/seperator_w.gif") bottom right no-repeat;
	color: #fff;
	display: block;
	float: none;
	margin: 0;
	padding: 19px 22px;
	text-decoration: none;
}
#menu a:hover {
	background: #2580a2 url("images/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 19px;
