div.menu,
div.menu a.menuItem {
  font-family: "MS Sans Serif", Arial, sans-serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: normal;
  color: #000;
  text-align: left;
}

div.menu {
  background-color: #f2f2f2;
  border: 0;
  left: 0px;
/*  padding: 0px 1px 1px 0px; */
  position: absolute;
  top: 0px;
  visibility: hidden;
  z-index: 101;
}

div.menu a.menuItem {
  color: #ff7711;
  cursor: hand;
  display: block;
  text-decoration: none;
  white-space: nowrap;
  border-right: 1px solid #666666;
  border-bottom: 1px solid #666666;
}

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

div.menu a.menuItem:hover, div.menu a.menuItemHighlight {
  background-color: #31556d;
  color: #ff7711;
  text-decoration: underline;
}
