.MenuGroup
{
  background-color:#CC0033;

}

.MenuItem
{
	border-right: #ffffff 1px solid;
	border-top: #ffffff 1px solid;
	font-weight: bold;
	font-size: 12px;
	border-left: #ffffff 1px solid;
	cursor: hand;
	color: white;
	border-bottom: #ffffff 1px solid;
	font-family: verdana;
	background-color: #CC0033;
}

.MenuItemHover
{
	border-right: #ffffff 1px solid;
	border-top: #ffffff 1px solid;
	font-weight: bold;
	font-size: 12px;
	border-left: #ffffff 1px solid;
	cursor: pointer;
	color: white;
	border-bottom: #ffffff 1px solid;
	font-family: verdana;
	background-color: #333333;
}

.MenuItemActive
{
	border-right: #cc0033 1px solid;
	border-top: #cc0033 1px solid;
	font-weight: bold;
	font-size: 12px;
	border-left: #cc0033 1px solid;
	cursor: pointer;
	color: white;
	border-bottom: #cc0033 1px solid;
	font-family: verdana;
	background-color: #333333;
}

.MenuItemExpanded
{
	border-right: #CC0033 1px solid;
	border-top: #CC0033 1px solid;
	font-weight: bold;
	font-size: 12px;
	border-left: #CC0033 1px solid;
	cursor: pointer;
	color: #ffffff;
	border-bottom: #CC0033 1px solid;
	font-family: verdana;
	background-color: #333333;
}

.MenuBreak
{
  width:100%;
  height:2px;
}