#menuBar {
  background-color: #ffcc00;
  border-style: solid;
  border-width: 0px;
  border-top-color: #ffcc00;
  border-top-width: 0px;
  border-bottom-color: #ffcc00;
  border-bottom-width: 0px;
  color: #dddddd;
  padding: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  position: absolute;
  left: 70px;
  top: 106px;
  text-align: left;
  width: 100%;
  z-index: 100;
}

a.menuButton {
  border-style: solid;
  border-width: 1px;
  border-top-color: #ffcc00;
  border-right-color: #ffcc00;
  border-bottom-color: #ffcc00;
  border-left-color: #ffcc00;
  color: #999999;
  cursor: default;
  font-family: "MS Sans Serif", Arial, Tahoma, sans-serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: bold;
  padding: 0px;
  padding-left: 6px;
  padding-right: 6px;
  text-decoration: none;
}

a.menuButton:hover {
  border-style: solid;
  border-top-color: ffcc00;
  border-right-color: #ffcc00;
  border-bottom-color: #ffcc00;
  border-left-color: ffcc00;
  color: #333333;
}

.menu {
  background-color: #ffcc00;
  border-style: solid;
  border-width: 0px;
  border-top-color: #ffcc00;
  border-right-color: #ffcc00;
  border-bottom-color: #ffcc00;
  border-left-color: #ffcc00;
  padding: 0px;
  position: absolute;
  text-align: left;
  visibility: hidden;
  z-index: 101;
}

a.menuItem {
  color: #999999;
  cursor: default;
  display: block;
  font-family: "MS Sans Serif", Arial, Tahoma,sans-serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: bold;
  margin: 0px;
  padding: 2px;
  padding-left: 12px;
  padding-right: 12px;
  text-decoration: none;
}

a.menuItem:hover {
  background-color: ffcc00;
  color: #333333;


}

.menuItemSep {
  border-bottom: 0px solid #000000;
  border-top: 0px solid #000000;
  margin: 0px 0px 0px 0px;
}