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


#menuitemgroup {
	position: absolute;
	height: 265px;
	left: 700px;
	width: 250px;
	padding-top: 15px;
	z-index: 310;
}
#menuitemgroup a {
	height: 18px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	text-decoration: none;
	width: 250px;
	text-transform: capitalize;
	background-image: url(menuitembg.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 12px 10px;
	text-indent: 50px;
}
#menuitemgroup a:hover {
	height: 18px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #69932E;
	cursor: pointer;
	display: block;
	text-decoration: none;
	width: 250px;
	text-transform: capitalize;
	background-image: url(menuitembg_hv.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 12px 10px;
	text-indent: 50px;
}
