
#menu {
	background: #6481b2;
	float: center;
	list-style: none;
	margin: 5;
	padding: 5;
	width: 100%;
}
#menu li {
	float: left;
	font: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #6481b2 url("seperator1.gif") bottom right no-repeat;
	color: #ffffff;
	display: block;
	float: left;
	margin: 0;
	padding: 3px 4px;
	text-decoration: none;
}
#menu a:hover {
	background: #465a7c url("hover2.gif") bottom center no-repeat;
	color: #e7ef0b;
	padding-bottom: 3px;