div.menu a.menuItem {
  font-family: inherit;
  font-size: 80%;
  font-style: normal;
  font-weight: normal;
  color: #b59058;
}

div.menu {
  background-color: #b59058;
  border-left: 1px solid #f4c277;
  border-top: 1px solid #f4c277;
  border-right: 1px solid #9d6c22;
  border-bottom: 1px solid #9d6c22;
  left: 0px;
  position: absolute;
  top: 0px;
  visibility: hidden;
  z-index: 101;
  width: 150px;
}

div.menu a.menuItem {
  color: #fff;
  cursor: default;
  display: block;
  text-decoration: none;
  border-bottom: 1px solid #9d6c22;
}

div.menu a.menuItem {
  padding: 2px 1ex;
}

div.menu a.menuItem:hover, div.menu a.menuItemHighlight {
  background-color: #d4be85;
  color: #7e3d00;
}
