#menu
{
	float: right;
	width: 750px;
	background-image: url(img/logo.jpg);
	background-repeat: no-repeat;
	background-position: left;
	text-transform: lowercase;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 80%;
	line-height: 20px;
	font-style: normal;
}

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

#menu a
{
	float: right;
	text-decoration: none;
	color: #FFF;
	padding-top: 6px;
	padding-right: 17px;
	padding-bottom: 2px;
	padding-left: 12px;
}

#menu a:hover
{
	color: #CC0033;
	
	
