#menuBar {
	font-family: sans, tahoma, arial, helvetica, sans-serif;
	font-weight: bold;
	padding: 0px;
	white-space: nowrap;	
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
}
/*
#menuBar div {
	font-family: sans, tahoma, arial, helvetica, sans-serif;
	font-weight: bold;
	border: none;
	margin: 0px;
	padding: 0px;
}
*/

a.menuItem {
	z-index: 20;
	display: block;
	text-decoration: none;
	padding: 5px 5px 5px 5px;
	color: #000;
	border: 1px outset #fff;
	float: left;
	background-color: #ccc;
}

a.menuItem:hover {
	background-color: #c00;
	color: #fff;	
}

#nav {
	height: 26px;
	position: relative;
	width: 100%;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	text-align: center;
	background-color: #ccc;
}
