@charset "utf-8";
/* CSS Document */


#menuitemgroup {
	position: relative;
	height: 50px;
}
#menuitemgroup a    {
	font-size: 14px;
	cursor: pointer;
	text-decoration: none;
	text-transform: capitalize;
	padding: 16px 20px;
	margin: 0px 0px;
	color: #f3b4b0;
	font-family: Tahoma, Arial, sans-serif;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #c9282d;
	height: auto;
	float: left;
	background: none;
}
#menuitemgroup   a:hover  {
	color: #FFFFFF;
	cursor: pointer;
	background-image: url(menu_bullet.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#menuitemgroup  a.locked {
	color: #FFFFFF;
	cursor: pointer;
	background-image: url(menu_bullet.png);
	background-repeat: no-repeat;
	background-position: center top;
}
