.OpenAPRS {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 30px;
  overflow: hidden;
  white-space: nowrap;
  background-image: url(/images/c/off/space.png);
  z-index: 100;
  position: absolute;
}

.OpenSATS {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 30px;
  overflow: hidden;
  white-space: nowrap;
  background-image: url(/images/opensats/c/off/space.png);
  z-index: 100;
  position: absolute;
}

.oOPENAPRS {
  top: 30px;
  left: 0px;
  margin: 0px;
  position: absolute;
  z-index: 10000;
  display: none;
  color: black;
  border: 1px solid black;
  overflow: hidden;
  width: 250px;
  background-image: url(/images/menu.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-color: #ffceb0;
}

.oEDIT {
  top: 30px;
  left: 91px;
  position: absolute;
  z-index: 10000;
  display: none;
  color: black;
  border: 1px solid black;
  background-color: #ECECEC;
  overflow: hidden;
  width: 250px;
  background-image: url(/images/menu.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-color: #ffceb0;
}

.oTOOLS {
  top: 30px;
  left: 144px;
  position: absolute;
  z-index: 10000;
  display: none;
  color: black;
  border: 1px solid black;
  background-color: #ECECEC;
  overflow:hidden;
  width: 250px;
  background-image: url(/images/menu.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-color: #ffceb0;
}

.oVIEW {
  top: 30px;
  left: 207px;
  position: absolute;
  z-index: 10000;
  display: none;
  color: black;
  border: 1px solid black;
  background-color: #ECECEC;
  overflow:hidden;
  width: 250px;
  background-image: url(/images/menu.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-color: #ffceb0;
}

.oHELP {
  top: 30px;
  left: 262px;
  position: absolute;
  z-index: 10000;
  display: none;
  color: black;
  border: 1px solid black;
  background-color: #ECECEC;
  overflow:hidden;
  width: 250px;
  background-image: url(/images/menu.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-color: #ffceb0;
}

.mButtons a:link, .mButtons a:visited, .mButtons a:active {
  color: #000000;
  font: 16px Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
  text-decoration: none;
  margin: 0px;
  width: 100%;
  text-align: left;
  display: block;
  padding-left: 6px;
  padding-right: 3px;
}

.mButtons a:hover {
  background-color: blue;
  color: white;
  text-decoration: none;
  padding-left: 6px;
  padding-right: 3px;
  background-image: url(/images/menubar.png);
  background-repeat: repeat-x;
  background-position: top left
}

div.topMESSAGE2 {
  top: 8px;  
  right: 50px;
  position: absolute;
  z-index: 100;
  font-size: 6pt;
  font-weight: bold;
  font-style: italic;
  white-space: nowrap;
  color: white;
  text-align: right;
}

span.topMESSAGE {
  font-size: 6pt;
  font-weight: bold;
  font-style: italic;
  white-space: nowrap;
  color: white;
  text-align: right;
  vertical-align: top;
}

div.topMESSAGEDark {
  top: 8px;  
  right: 50px;
  position: absolute;
  z-index: 100;
  font-size: 6pt;
  font-weight: bold;
  font-style: italic;
  white-space: nowrap;
  color: black;
  text-align: right;
}


