.TopGroup
{
  font-family:Arial, Tahoma, Verdana;
  font-weight: bold;
  font-size:11px; 
  background-color:#660000; 
  cursor:default; 
}

.MenuGroup
{
 
  background-color:#660000; 
  cursor:default; 
}

.TopMenuItem
{
  color:white;
  padding:20px;
  text-align: center;
  cursor:default; 
  width: 100px;
}

.TopMenuItemHover 
{
  color:white;
  background-color:#819DC1; 
  text-align: center;
  cursor:default; 
  width: 100px;
}

.MenuItem
{
  font-family:Arial, Tahoma, Verdana;
  font-weight: bold;
  font-size:10px; 
  background-color:#660000; 
  color:white;
  cursor:default; 
}

.MenuItemHover 
{
  font-family:Arial, Tahoma, Verdana;
  font-weight: bold;
  font-size:10px; 
  color:white;
  background-color:#819DC1; 
  cursor:default; 
}

.MenuItemExpanded
{
  font-family:Arial, Tahoma, Verdana;
  font-weight: bold;
  font-size:10px; 
  color:white;
  background-color:#819DC1; 
  cursor:default; 
}

.MenuItemActive
{
  font-family:Arial, Tahoma, Verdana;
  font-weight: bold;
  font-size:10px; 
  color:white;
  background-color:#819DC1; 
  cursor:default; 
}

.MenuBreak
{
  background-color: silver; 
  width:100%;
  height:2px;
}

.ScrollItem
{
  background-color:#dab399; 
  color:#660033;
  font-family:tahoma; 
  font-size:11px; 
  cursor:default; 
}

.ScrollItemH
{
  background-color:#dab399; 
  color:#660033;
  font-family:tahoma; 
  font-size:11px; 
  cursor:default; 
}

.ScrollItemA
{
  background-color:#dab399; 
  color:#660033;
  font-family:tahoma; 
  font-size:11px; 
  cursor:default; 
}

