div.menu,
div.menu a.menuItem {
/*  font-family: "MS Sans Serif", Arial, sans-serif; */
  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-style: normal;
  font-weight: normal;
  color: #000;
}

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

div.menu a.menuItem {
  color: #004455;
  cursor: default;
  display: block;
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 1px solid #ddffff;
  text-align: left;
  font-weight: bold;
}

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

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