 

#menubar {
	background: transparent none no-repeat top center;
	margin: auto;
	padding: 0;
}

#menu {
 	font-size: 15px;
	font-variant: small-caps;
	height: 23px;
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 15px;
}

#menu #last a {
	border-right: none;
	font-weight: bold;
}

#menu a {
	border-right: 1px solid #ccc;
	color: #000;
	float: left;
	padding: 1px 10px;
	text-decoration: none;
}

#menu a:hover, #menu #current, #menu li.current_page_item a {
	background: #67737C;
	color: #DCDEE2;
}

#menu li {
	display: inline;
	margin: 0;
	text-align: center;
}

