
#menu {
	background: #666988;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0px 0px 0px 10px;
}
#menu li {
	float: left;
font-size: 13px;
font-family:Arial, Helvetica, sans-serif;
font-weight: bold;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #666988 url("images/seperator.gif") bottom right no-repeat;
	color: #dedfee;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
}
#menu a:hover {
	background: #4b4d61 url("images/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;
	}
