#menu
{
	margin: 0;
	padding: 0 0 20px 20px;
}

#menu li
{
	margin: 0;
        margin-top: -75px;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#menu a
{
	float: right;
	padding: 0 12px 10px 12px;
	text-decoration: none;
	color: #9EC01C;
}

#menu a:hover
{
	color: #6C3808;
	background: url(menu-hover2.jpg) no-repeat bottom center;
}
