div.menu-wrapper {
  margin: .5em 0 0 0;
  padding: .5em 0;
  background-color: #4B1D39;
  box-shadow: 0 1px 2px rgba(75, 29, 57,.2);
  color: #FFFFFF;
  font-family: Arial, sans-serif;
  font-size: 16px;
}

div.menu {
  clear: both;
  font-size: 1em;
  font-weight: bold;
}

div.menu div.bmiddle {
  height: 30px;
  background: url(../../gfx/OpenJaw/Menu/middle.gif) no-repeat left top;
  display: inline;
  float: left;
  width: 11px;
}

div.menu div.btext {
  height: 30px;
  display: inline;
}

div.menu div.btext div.container {
  display: inline;
  cursor: pointer;
  padding: 0 1em;
}

div.menu-options {
  display: none;
  position: absolute;
  border-top: none;
  z-index: 10;
  margin-top: .5em;
}

div.menu-options div.top {
  width: 100%;
  height: 4px;
  clear: both;
}

div.menu-options div.top div.oleft {
  height: 4px;
  width: 4px;
  background: url(../../gfx/OpenJaw/Menu/pulldown_topleft.gif) no-repeat left top;
  display: inline;
  float: left;
}

div.menu-options div.top div.ocenter {
  height: 4px;
  display: inline;
  float: left;
  background: url(../../gfx/OpenJaw/Menu/pulldown_topcenter.gif) repeat-x left top;
  width: 189px;
}

div.menu-options div.top div.oright {
  height: 4px;
  width: 4px;
  background: url(../../gfx/OpenJaw/Menu/pulldown_topright.gif) no-repeat right top;
  display: inline;
  float: right;
}

div.menu-options div.main {
  clear: both;
  display: inline;
  float: left;
  background-color: #4B1D39;
  color: #FFFFFF;
}

div.menu-options div.main div.padding {
  padding: 4px;
}

div.menu-options div.main div.padding div.ocenter {
  width: 15em;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 50vh;
}

div.menu-options div.bottom {
  width: 100%;
  height: 4px;
  clear: both;
}

div.menu-options ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

div.menu-options ul li {
  list-style-type: none;
  display: block;
  margin: .5em 0;
  cursor: pointer;
  font-weight: normal;
  padding: 2px;
}
