body {margin: 0px;}

#menuBar {
  background-color: #ffff00;
  border-style: solid;
  border-width: 0px;
  border-top-color: #000000;
  border-top-width: 2px;
  border-bottom-color: #000000;
  border-bottom-width: 2px;
  color: #000000;
  padding: 0px;
  padding-top: 2px;
  padding-bottom: 2px;
  position: absolute;
  left: 0px;
  top: 0px;
  text-align: center;
  width: 100%;
  z-index: 100;
}

a.menuButton, a.menuButtonActive {
  border-style: solid;
  border-width: 1px;
  border-color: #000000;
  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;
  position: relative;
  left: 0px;
  top: 0px;
  text-decoration: none;
}

a:hover.menuButton {
  background-color: #008000;
  border-color: #000000 #000000 #000000 #000000;
  color: #ffffff;
}

a.menuButtonActive, a:hover.menuButtonActive {
  background-color: #008000;
  border-color: #000000 #000000 #000000 #000000;
  color: #ffffff;
  left: 1px;
  top: 1px;
}

.menu {
  background-color: #ffff00;
  border-style: solid;
  border-width: 2px;
  border-top-color: #000000;
  border-right-color: #000000;
  border-bottom-color: #000000;
  border-left-color: #000000;
  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;
  white-space: nowrap;
}

a:hover.menuItem {
  background-color: #008000;
  color: #ffffff;
}

.menuItemSep {
  border-bottom: 1px solid #000000;
  border-top: 1px solid #909090;
  margin: 3px 2px 3px 2px;
}

a:hover{color:red}

span:hover.buttons{color:red}

span.buttons
{
  width:  9px;
  height: 9px;
  cursor:hand;
  margin: 0px;
  background-color: #00bb00;
  border-style: solid;
  border-width: 0px;
  border-top-color:   #00ff00;
  border-left-color:  #00ff00;
  border-right-color: #008800;
  border-bottom-color:#008800;
  border-top-width:   2px;
  border-left-width:  2px;
  border-right-width: 2px;
  border-bottom-width:2px;
  padding: 2px;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
  color: white;
  font-family: Arial;
  font-size: 9px;
}
