@charset "UTF-8";
.centeredmenu {
	height: 24px;
	background-color: #000;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000;
	margin: 0em;
	width: 50em;
}
.centeredmenu ul {
	clear:left;
	float:left;
	list-style:none;
	position:relative;
	left:50%;
	text-align:center;
	padding: 0px;
	margin: 0px;
}
.centeredmenu ul li {
	display:block;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	right:50%;
	height: 1.25em;
}
.centeredmenu ul li a {
	display:block;
	color:#FF0;
	text-decoration:none;
	line-height:normal;
	background-color: #000;
	font-family: Arial;
	font-size: 12px;
	margin-top: 0;
	margin-right: 6px;
	margin-bottom: 0;
	margin-left: 2px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}
.centeredmenu ul li a:hover {
	color:#000;
	background-color: #6F0;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.centeredmenu ul li a.wheels{
	color: #6F0;
}
.centeredmenu ul li a.wheels:hover {
	color: #000;
	background-color: #6F0;
}
