body {
  margin: 0px;
}

#menuBar {
  background-color: #01c01a;
  /* background-color: #c0c0c0; */
  border-style: solid;
  border-width: 0px;
  border-top-color: #64EA00;
  /* border-top-color: #f0f0f0; */
  border-top-width: 2px;
  border-bottom-color: #408080;
  /* border-bottom-color: #909090; */
  border-bottom-width: 2px;
  color: #000000;
  padding: 0px;
  padding-top: 3px;
  padding-bottom: 3px;
  position: absolute;
  left: 0px;
  top: 0px;
  text-align: left;
  width: 100%;
  z-index: 100;
}

a.menuButton {
  border-style: solid;
  border-width: 1px;
  border-top-color: #01c01a;
  border-right-color: #01c01a;
  border-bottom-color: #01c01a;
  border-left-color: #01c01a;
  /*	border-top-color: #c0c0c0;
  	    border-right-color: #c0c0c0;
        border-bottom-color: #c0c0c0;
        border-left-color: #c0c0c0; */
  color: #000000;
  cursor: default;
  font-family: "MS Sans Serif", Arial, Tahoma, sans-serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: normal;
  padding: 2px;
  padding-left: 6px;
  padding-right: 6px;
  text-decoration: none;
}

a.menuButton:hover {
  border-style: solid;
  border-top-color: #f0f0f0;
  border-right-color: #505050;
  border-bottom-color: #505050;
  border-left-color: #f0f0f0;
  /*  border-top-color: #f0f0f0;
      border-right-color: #505050;
      border-bottom-color: #505050;
      border-left-color: #f0f0f0;  */
  color: #000000;
}

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

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

a.menuItem:hover {
  background-color: #000080;
  color: #ffffff;
}
