
#menu {
	background: #eee;
	float: left;
	list-style: none;
	margin: 0 0 0 5px;
	padding: 0;
	width: 100%;
}
#menu li {
	float: left;
	margin: 0;
	padding: 0;
	font: .6em "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: 3px;
	word-spacing: 5px;
}
#menu a {
	background: #eee none no-repeat right;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: 3px;
	word-spacing: 5px;
	color: #9bcf0b;
}
#menu a:hover {
	background: #9bcf0b url("images/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;
	letter-spacing: 3px;
	word-spacing: 5px;
}