@charset "utf-8";
/* CSS Document */


#menuitemgroup {
	width:850px;
	margin: 0px auto;
	position: relative;
	height: 15px;
	overflow: hidden;
	padding-top: 8px;
}
#menuitemgroup a {
	height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #05680c;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	width: auto;
	padding-right: 15px;
	padding-left: 15px;
	text-transform: uppercase;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #05680c;
	display: block;
	float: left;
}
#menuitemgroup a:hover {
	color:#FFFFFF;
	background-color: #05680C;
}
