@charset "UTF-8";
.centeredmenu {
	height : 28px;
	width : 800px;
	position : relative;
	border-top-style : none;
	border-right-style : none;
	border-bottom-style : none;
	border-left-style : none;
	padding-top : 4px;
	padding-right : 0;
	padding-bottom : 0;
	padding-left : 0;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #867A6C;
}
.centeredmenu ul {
	clear : left;
	float : left;
	list-style : none;
	margin : 0;
	padding : 0;
	position : relative;
	left : 50%;
	text-align : center;
	width: auto;
	background-color: #867A6C;
}
.centeredmenu ul li {
	display : block;
	float : left;
	list-style : none;
	margin : 0;
	padding : 0;
	position : relative;
	right : 50%;
	background-color: #867A6C;
}
.centeredmenu ul li a {
	display : block;
	color : #fff;
	text-decoration : none;
	background-color : #867A6C;
	margin-top : 0;
	margin-right : 0;
	margin-bottom : 0;
	margin-left : 1px;
	padding-top : 3px;
	padding-right : 10px;
	padding-bottom : 3px;
	padding-left : 10px;
	font-size: 14px;
	line-height: 20px;
}
.centeredmenu ul li a:hover {
	color : #CCC;
	background-color : #900;
	border-bottom-width : thin;
	padding-bottom : 3px;
}

