.TopGroup
{
}

.MenuGroup
{
}

.MenuItem
{
font-family:Arial;
		font-size:10px;
		line-height:14px;
		font-weight:bold;
  cursor: hand;
  color: #B4B4B4;
}

.MenuItemHover 
{
font-family:Arial;
		font-size:10px;
		line-height:14px;
		font-weight:bold;

  color:#F5EDA5; 
  cursor: hand;
}

.SelectedMenuItem
{
font-family:Arial;
		font-size:10px;
		line-height:14px;
		font-weight:bold;
  cursor: hand;
  color: #F5EDA5;
}

.SelectedMenuItemHover 
{
font-family:Arial;
		font-size:10px;
		line-height:14px;
		font-weight:bold;
  color:#F5EDA5; 
  cursor: hand;
}

.DisabledMenuItem
{
font-family:Arial;
		font-size:10px;
		line-height:14px;
		font-weight:bold;
  cursor: default;
  color: #B4B4B4;
}

.MenuBreak
{
  padding:0px; 
}