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

div.menu {
  background-color: #0049d7;
  border-left: 1px solid #6c96e8;
  border-top: 1px solid #6c96e8;
  border-right: 1px solid #001f5a;
  border-bottom: 1px solid #001f5a;
  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 #001f5a;
}

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

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

/* Exceptions */
div.menu a.rmsegway {
  background: #fcf000;
  color: #000000;
}
a.rmsegway {
  background: #fcf000 url(/images/button-yellow.gif);
  color: #000000;
}
