div.menu,
div.menu a.menuItem {
  font-family: ;
  font-size: 9.6pt;
  font-style: normal;
  font-weight: normal;
  color: #ffffff;
}

div.menu {
  background-color: #330099;
  border-left: 1px solid #000000;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  left: 0px;
  position: absolute;
  top: 0px;
  visibility: hidden;
  z-index: 101;
}

div.menu a.menuItem {
  color: #fff;
  cursor: default;
  display: block;
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 1px solid #000000;
  text-align: left;
  cursor: pointer;
}

div.menu a.menuItem {
    padding: 3px 1em;
}

div.menu a.menuItem:hover, div.menu a.menuItemHighlight {
  background-color: #a6183b;
  color: #fff;
}

