
#menu {
	background: #333;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#menu li {
	float: left;
	font: 10pt "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	border-right:solid 1px white;
}
#menu a {
	background: #333 url("images/seperator.gf") bottom right no-repeat;
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 18px;
	text-decoration: none;
}
#menu a:hover {
	background: #FFA823 url("images/hover.gif") bottom center no-repeat;
	color: #000000;
	padding-bottom: 8px;
