.TopMenuItem
{
  background-color: #52a128;
  color: black;
  text-align: Left;
  font-family: Arial; 
  font-size: 12px; 
  font-weight: bold;
  border: 2px solid #008131;
  padding-left: 6px;
  padding-top: 2px;
  padding-right: 6px;
  padding-bottom: 2px;
  cursor: default;
}

.TopMenuItemHover 
{
  color: black;
  background-color: #008131; 
  text-align: Left;
  font-family: Arial; 
  font-size: 12px; 
  font-weight: bold;
  border-left: 2px solid #008131;
  border-top: 2px solid black;
  border-right: 2px solid #008131;
  border-bottom: 2px solid black;
  padding-left: 6px;
  padding-top: 2px;
  padding-right: 6px;
  padding-bottom: 2px;
  cursor: default;
}

.MenuGroup
{
  background-color: #DBD7D0;
  border: 1px solid #008131;
}

.MenuItem
{
  background-color: #52a128;
  color: black;
  text-align: Left;
  font-family: Arial; 
  font-size: 11px; 
  font-weight: normal;
  border-top: 1px solid #52a128;
  border-bottom: 1px solid #52a128;
  padding-left: 6px;
  padding-top: 2px;
  padding-right: 6px;
  padding-bottom: 2px;
  cursor: default;
}

.MenuItemHover 
{
  background-color: #008131; 
  color: black;
  text-align: Left;
  font-family: Arial; 
  font-size: 11px; 
  font-weight: normal;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  padding-left: 6px;
  padding-top: 2px;
  padding-right: 6px;
  padding-bottom: 2px;
  cursor: default;
}

