.menubar {
	clear: left;
	float: left;
	width: 100%;
	background-position: top;
	overflow: hidden;
	margin-top: 10px;
}

.menubar ul {
	clear: left;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	left: 50%;
	text-alignment: center;
}

.menubar ul li {
	display: block;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	right: 50%;
}

.menubar ul li.first {
	border-left: 1px solid #FFFFFF;
}

.menubar ul li.last {
	border-right: 1px solid #FFFFFF;
}

.menubar ul li a {
	display: block;
	margin: 0;
	padding: .4em .8em;
	color: #FFFFFF;
	text-decoration: none;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	line-height: 1.3em;
}

.menubar ul li.active a {
	background-color: #E42217;
	font-weight: bold;
}

.menubar ul li a:hover {
	background-color: #E42217;
	color: #FFFFFF;
	font-weight: bold;
}

.menubar ul li a span {
	display: block;
}
