@charset "utf-8";
/* CSS Document */


#menuitemgroup {
	width:100%;
	margin: 0px auto;
	position: relative;
	height: 30px;
	max-width: 1000px;
}
#menuitemgroup a {
	height: 27px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	text-align: center;
	cursor: pointer;
	display: block;
	text-decoration: none;
	padding-top: 7px;
	width: auto;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	text-transform: uppercase;
}
#menuitemgroup a:hover {
	height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	cursor: pointer;
	display: block;
	text-decoration: none;
	width: auto;
	text-transform: uppercase;
	background-position: center bottom;
	background-image: url(menu_highlight_bg.png);
	background-repeat: repeat-x;
}

