@charset "utf-8";
/* CSS Document */


#menuitemgroup {
	width:950px;
	margin: 0px auto;
	position: relative;
	height: 15px;
	overflow: hidden;
	padding-top: 8px;
	padding-left: 0px;
}
#menuitemgroup a {
	height: 15px;
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	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: #FFFFFF;
	display: block;
	float: left;
}
#menuitemgroup a:hover {
	color:#A72428;
	background-color: #F9F9F9;
}
