#menu {
	background: #333;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 648px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E4E4E4;
	border-left-color: #E4E4E4;
}
#menu li {
	float: left;
	font-size: 67.5%;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #333 url("seperator.gif") bottom right no-repeat;
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
	letter-spacing: .1em;
}
#menu a:hover {
	background: #2580a2 url("hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;
	}
