
#menu {
	float: none;
	width: 680px;
	list-style: none;
	margin: auto;
	padding: 0;
}
#menu li {
	text-align: center;
	float: left;
	font: 12px "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: auto;
	padding: 0;
}
#menu a {
	color: #305c90;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
}
#menu a:hover {
	text-align: center;
	font-weight: bold;
	color: #336699;
	padding-bottom: 8px;
	}

