
#menu {
	/*background: #3F4C6B;*/
	background: #efefef;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	font-size:12px;
	font-weight:bold;
}
#menu li {
	float: left;
	font-family: Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	/*background: #3F4C6B url("../img/seperator.gif") bottom right no-repeat;*/
	background: #efefef url("../img/seperator.gif") bottom right no-repeat;
	color: #3F4C6B;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 22px;
	text-decoration: none;
	font-size:12px;
}
#menu a:hover {
	/*background: #000 url("../img/hover.gif") bottom center no-repeat;
	color: #fff;*/
	background: #3F4C6B url("../img/hover.gif") bottom center no-repeat;
	color: #efefef;
	padding-bottom: 8px;
}