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

.sm a:link, .sm a:visited, .sm a:active {
  font-size: 9px;
  font-style: normal;
  color: #4800FF;
  text-decoration: none;
}

.sm a:hover {
  font-size: 9px;
  font-style: normal;
  color: #DDDDDD;
  text-decoration: underline;
}

.oAPRSMail {
  top: 30px;
  left: 0px;
  margin: 0px;
  position: absolute;
  z-index: 100;
  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;
}

.oEDIT {
  top: 30px;
  left: 84px;
  position: absolute;
  z-index: 100;
  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;
}

.oVIEW {
  top: 30px;
  left: 139px;
  position: absolute;
  z-index: 100;
  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;
}

.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
}


