.TopGroup
{
  background-color:#;
  border: solid, 1px, black;
}

.MenuGroup
{
  background-color:#1b93bf;
}

.TopMenuItem 
{
  color:#055a8d; 
  font-family:Tahoma, Arial; 
  font-size:13px; 
  cursor:default;
  font-weight:bold;
}

.TopMenuItemHover
{
    font-weight: bold;
    font-size: 13px;
    cursor: hand;
    color: #055a8d;
    text-decoration: underline;
    font-family: Tahoma, Arial;
}

.TopMenuItemExpanded
{
    color: #055a8d;
    text-decoration: underline;
  font-family:Tahoma, Arial; 
  font-size:13px; 
  cursor:default;
  font-weight:bold;
}

.MenuItem 
{
  color:#ffffff; 
  font-family:Tahoma, Arial; 
  font-size:13px; 
  cursor:default;
  font-weight:bold;
}

.MenuItemHover 
{
  color:#cccccc; 
  font-family:Tahoma, Arial; 
  font-size:13px; 
  cursor:hand;
  font-weight:bold;
  background-color:#1b93bf;
}

.MenuItemExpanded
{
  color:#ffffff; 
  font-family:Tahoma, Arial; 
  font-size:13px; 
  cursor:hand;
  font-weight:bold;
  background-color:#1b93bf;
}

.DisabledMenuItem
{
  color:Gray; 
  background-color:white; 
  font-family:Tahoma, Arial; 
  font-size:13px; 
  cursor:default;
}

.DisabledMenuItemHover 
{
  color:Gray; 
  background-color:silver; 
  font-family:Tahoma, Arial; 
  font-size:13px; 
  cursor:default;
}

.MenuBreak
{
  padding:0px; 
}