

.MenuBar
{
  background-color:#ebebeb; 
  color:#666666; 
  font-weight:bold; 
  font-family:tahoma; 
  font-size:12px; 
  cursor:hand;
}

.MenuBarHover
{
  background-color:#cccccc; 
  color:#666666; 
  font-weight:bold; 
  font-family:tahoma; 
  font-size:12px; 
  cursor:hand;
}


.MenuItem
{
  background-color:#ebebeb; 
  color:#666666; 
  border-top: solid 1px white;
  border-right: solid 1px white;
  font-weight:normal; 
  font-family:tahoma; 
  font-size:12px; 
  cursor:hand;
}

.MenuItemHover
{
  background-color:#cccccc; 
  color:#666666; 
  border-top: solid 1px white;
  border-right: solid 1px white;
  font-weight:normal; 
  font-family:tahoma; 
  font-size:12px; 
  cursor:hand;
}


