#menu {
	list-style: none;
	background-color: #333333;
	height: 27px;
	clear: both;
	background-image: url(content/images/menu_back.jpg);
}

#menu li {
	float: left;
	margin: 0;
	padding: 0;
	font-family: Tahoma, Geneva, sans-serif;
}
#menu a {
	color: #FFF;
	display: block;
	float: none;
	margin: 0;
	text-decoration: none;
	font-weight:normal;
	padding-top: 6px;
	padding-right: 30px;
	padding-bottom: 6px;
	padding-left: 30px;
	background-image: url(content/images/seperator.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#menu a:hover {
	color: #fff;
	padding-bottom: 6px;
	background-color: #666;
	background-repeat: no-repeat;
	}

