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


#menuitemgroup {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	width:775px;
	margin: 0px auto;
	position: relative;
	height: 30px;
	overflow: hidden;
}
#menuitemgroup a {
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #003E7E;
	text-align: center;
	cursor: pointer;
	display: block;
	text-decoration: none;
	width: 120px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
	text-transform: capitalize;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
#menuitemgroup a:hover {
	color:#1aa2b2;
}
