div.menuBar,
div.menuBar a.menuButton,
div.menu,
div.menu a.menuItem {
  background-color: transparent;
  color: #000000;
    font-family: Arial Narrow, Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: bold;
    font-stretch: condensed;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    div.menuBar,
    div.menuBar a.menuButton,
    div.menu,
    div.menu a.menuItem {
        font-size: 18px;
    }
}

div.menuBar {
  position: fixed;
  top: 0;
  left: 0;
  padding: 4px 2px 4px 2px;
  text-align: left;
  width:100%;
  z-index:10000;
    background: url('demoimages/menu_bk.gif') no-repeat;
    background-size: 100% 100%;
}

div.menuBar a.menuButton {
  background-color: #e0e0e0;
  color: #000000;
  cursor: default;
  left: 0;
  margin: 1px;
  padding: 2px 6px 2px 6px;
  position: relative;
  text-decoration: none;
  top: 0;
  z-index: 100;
  display: inline-block;
    background: url( 'demoimages/menu_down_arrow.gif' ) no-repeat right bottom;
    padding-right: 10px;
}

div.menuBar a.menuButton:hover {
  background-color: #d3d3d3;
  color: #000000;
}

div.menuBar a.menuButtonActive,
div.menuBar a.menuButtonActive:hover {
  background-color: #336699;
  color: #ffffff;
  left: 1px;
  top: 1px;
}

div.menu {
  background-color: #e0e0e0;
  border: 1px outset #336699;
  left: 0px;
  padding: 0px 1px 1px 0px;
  position: fixed;
  top: 0px;
  visibility: hidden;
  z-index: 100001;
}

div.menu a.menuItem {
  color: #000000;
  cursor: default;
  display: block;
  padding: 3px 1em;
  text-decoration: none;
  white-space: nowrap;
}

div.menu a.menuItem:hover, div.menu a.menuItemHighlight {
  background-color: #336699;
  color: #ffffff;
}

div.menu a.menuItem span.menuItemText {
}

div.menu a.menuItem span.menuItemArrow {
  margin-right: -.75em;
  padding: 0 20px;
  width: 10px;
  background: url( 'demoimages/menu_right_arrow.gif' ) no-repeat right bottom;
}

div.menu div.menuItemSep {
  margin: 4px 2px;
}
