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

#menu li
{
	display: inline;
	list-style-type: none;
}

#menu a
{
	float: right;
	padding: 0 14px 14px 14px;
	text-decoration: none;
	color: #FFF;
}

#menu a:hover
{
	color: #FFF;
	background:  url("/images/website/menu-hover.jpg") no-repeat bottom center;
}

#menu a.on 
{
	text-decoration: none;
	color: #FFF;
	background:  url("/images/website/menu-hover.jpg") no-repeat bottom center;
}