
div.menuBar,
div.menuBar a.menuButton,
div.menu,
div.menu a.menuItem {
  font-family: verdana, arial, sans-serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: normal;
  color: white;
}

div.menuBar {
  margin: 0 auto;
  width: 764px;
  background: #EDEFF0;
  border: 2px outset #000000;
  text-align: center;
}

div.menuBar a.menuButton {
  background-color: transparent;
  border: 0;
  /* border: 1px solid yellow; */
  color: white;
  /* cursor: default; */
  left: 0px;
  margin: 1px;
  position: relative;
  text-decoration: none;
  top: 0px;
  z-index: 100;
}

div.menuBar a.menuButton:hover {
  background: #0D6FBD;
  border: 0;
  /* border: 1px outset red; */
  color: white;
}

div.menuBar a.menuButtonActive, div.menuBar a.menuButtonActive:hover {
  background-color: #0D6FBD;
  border: 0;
  /* border: 1px inset orange; */
  color: #ffffff;
  left: 1px;
  top: 1px;
}

div.menu {
  background: #EDEFF0;
  border: 2px outset #e0e0e0;
  left: 0px;
  padding: 0px 100px 100px 0px;
  position: absolute;
  top: 0px;
  visibility: hidden;
  z-index: 101;
}

div.menu a.menuItem {
  color: white;
  cursor: default;
  display: block;
  padding: 3px 1em;
  text-decoration: none;
  white-space: nowrap;
}

div.menu a.menuItem:hover, div.menu a.menuItemHighlight {
  background-color: #194d75;
  color: #ffffff;
}

div.menu a.menuItem span.menuItemText {

}

div.menu a.menuItem span.menuItemArrow {
  margin-right: -.75em;
}

div.menu div.menuItemSep {
  border: 1px inset #e0e0e0;
  margin: 4px 2px;
}

