
#menu {
	background: #76b900;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#menu li {
	float: left;
	font: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #76b900 url("images/seperator.gif") bottom right no-repeat;
	color: #fff;
	font-weight:bold;	
	display: block;
	float: left;
	margin: 0;
	padding: 5px 15px;
	text-decoration: none;
}
#menu a:hover {
	background: #41610a url("images/seperator.gif") bottom right no-repeat;
	color: #fff;
	padding-bottom: 5px;
	}