.MenuItemTop
{
  font-family: Verdana, Arial, Helvetica; 
  font-size:10pt;
  font-weight: bold;
  cursor:default; 
  color: White;
  background-image: url('/bwWebsite/images/menu_background.jpg');
  border-right: solid 2px #719E4D;
}

.MenuItemTopHover 
{
  font-family: Verdana, Arial, Helvetica; 
  font-size:10pt; 
  font-weight: bold;
  cursor:default; 
  background-color: #5F8E32;
  color: White;
  border-right: solid 2px #719E4D;
}

.MenuItemTopExpanded
{
  font-family: Verdana, Arial, Helvetica; 
  font-size:10pt; 
  font-weight: bold;
  cursor:default; 
  background-color: #5F8E32;
  color: White;
  border-right: solid 2px #719E4D;
}


.MenuItem
{
  font-family: Verdana, Arial, Helvetica; 
  font-size:10pt; 
  cursor:default; 
  color: White;
  background-color: #8DB45E;
}

.MenuItemHover 
{
  font-family: Verdana, Arial, Helvetica; 
  font-size:10pt; 
  cursor:default; 
  background-color: #5F8E32;
  color: White;
}

.MenuItemExpanded
{
  font-family: Verdana, Arial, Helvetica; 
  font-size:10pt; 
  cursor:default;
  background-color: #5F8E32;
  color: White;
}
