.MenuGroup
{
	cursor: hand;
}

.MenuItem
{
	font-family: Trebuchet MS, Arial, Verdana;
	font-size: 13px;
	font-weight: normal;
	color:#FFFFFF;
	cursor: hand;
	padding: 0px 10px 0px 10px;
	height: 16px;
	border-right: 0px solid #CA1A1F;
	text-align: center;
}

.MenuItemClicked
{
	font-family: Trebuchet MS, Arial, Verdana;
	font-size: 13px;
	font-weight: normal;
	color:#ffffff;
	cursor: hand;
	padding: 0px 10px 0px 10px;
	height: 16px;
	background-color: #000000;
	border-right: 0px solid #CA1A1F;
	text-align: center;
}

.MenuItemOver
{
	font-family: Trebuchet MS, Arial, Verdana;
	font-size: 13px;
	font-weight: normal;
	color:#ffffff;
	cursor: hand;
	padding: 0px 10px 0px 10px;
	height: 16px;
	background-color: #89582b;
	border-right: 0px solid #CA1A1F;
	text-align: center;
}

.MenuItemChild
{
	font-family: Trebuchet MS, Arial, Verdana;
	font-size: 11px;
	color:#ffffff;
	cursor: hand;
	padding: 0px 0px 0px 0px;
	height: 16px;
	background-color: #b19676;
}

.MenuItemOverChild
{
	font-family: Trebuchet MS, Arial, Verdana;
	font-size: 11px;
	color:#1D3A44;
	cursor: hand;
	padding: 0px 0px 0px 0px;
	height: 16px;
	background-color: #f5f5f5;
}

.MenuItemChildClicked
{
	font-family: Trebuchet MS, Arial, Verdana;
	font-size: 11px;
	color:#ffffff;
	cursor: hand;
	padding: 0px 0px 0px 0px;
	height: 16px;
	background-color: #f5f5f5;
	font-weight: normal;
}
