#menu {
	float:left;
	width:100%;
	overflow:hidden;
	position:relative;
}
#menu ul {
	clear:left;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	left:50%;
	text-align:center;
}
#menu ul li
{
	display: block;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	right: 50%;
	border-right: solid 1px #4b84b0;
	border-right-color: #4b84b0;
}
#menu ul li a
{
	display: block;
	margin: 0 0 0 1px;
	padding: 5px 10px;
	background: #286f9d;
	border: solid 1px #fff;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	font-size: 10pt;
}
#menu ul li a:hover
{
	background: #fff;
	color: #286f9d;
}
#menu ul li a.active,
#menu ul li a.active:hover {
	color:#fff;
	background:#000;
}
#menu ul li a:visited {
	font-size: 10pt;
	text-decoration: none;
	font-weight: normal;
}