a.menuitem:link, a.menuitem:visited {
  text-decoration: underline;
  background-color: inherit;
  color: #2b881b;
}

a.menuitem:hover {
  text-decoration: none;
  background-color: inherit;
  color: #f77546;
}

a.menuitem:active {
  text-decoration: underline;
  background-color: inherit;
  color: #b76519;
}

.menu {
  vertical-align: top;
  text-align: left;
  width: 100px;
  color: inherit;
  background-color: #fbfbd2;
}

.menuitem {
  vertical-align: top;
  text-align: left;
  white-space: nowrap;
  font-size: 8pt;
  font-weight: bold;
}
