
#hmenu {
	background: #eeeeee;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#hmenu li {
	float: left;
	font: 55.5% Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#hmenu a {
	background: #eeeeee url("seperator.gif") bottom right no-repeat;
	color: #000000;
	display: block;
	float: left;
	margin: 0;
	padding: 3px 7px;
	text-decoration: none;
	font-weight:normal;
}
#hmenu a:hover {
	background: #003399 url("hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 3px;
	}