
#menu {
	background: #464B52;
	float: left;
	list-style: none;
	margin: 0;
	padding: 7px 0 0 0;
}
#menu li {
	float: left;
	font: 1.3em Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #464B52 url("../images/seperator.gif") bottom right no-repeat;
	color: #ffffff;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	letter-spacing:2px;
}
#menu a:hover {
	background-color: #50565E;
	color: #ffffff;
	padding-bottom: 8px;
	text-decoration: underline;
	}