#centeredmenu {
	float: left;
	width: 100%;
	background: #eeeeee;
	border-bottom: 4px solid #5aaddd;
	overflow: hidden;
	position: relative;
}
#centeredmenu ul {
	clear: left;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	left: 50%;
	text-align: center;
}
#centeredmenu ul li {
	display: block;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	right: 50%;
}
#centeredmenu ul li a {
	display: block;
	margin: 0 0 0 1px;
	padding: 3px 10px;
	background: #5aaddd;
	color: #fff;
	text-decoration: none;
	line-height: 1.3em;
}
#centeredmenu ul li a:hover {
	background: #f8f9f9;
	color: #000;
}
#centeredmenu ul li a.active, #centeredmenu ul li a.active:hover {
	color: #fff;
	background: #3abddb;
	font-weight: bold;
}