body {
  margin: 0px;
}

#menuBar {
  background-color: #006699;
  border-style: solid;
  border-width: 0px;
  border-top-color: #006699;
  border-top-width: 0px;
  border-bottom-color: #006699;
  border-bottom-width: 1px;
  color: #ffff99;
  padding: 0px;
  padding-top: 2px;
  padding-bottom: 2px;
  position: absolute;
  left: 0px;
  top: 38px;
  text-align: left;
  width: 100%;
  z-index: 100;
}

a.menuButton, a.menuButtonActive {
  border-style: solid;
  border-width: 0px;
  border-color: #cccccc;
  color: #f0f0f0;
  cursor: default;
  font-family: "Verdana, 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.menuButton:hover {
  border-color: #f0f0f0 #505050 #505050 #f0f0f0;
  color: #ffff99;
}

a.menuButtonActive, a.menuButtonActive:hover {
  background-color: #cccccc;
  border-color: #505050 #f0f0f0 #f0f0f0 #505050;
  color: #003366;
  left: 1px;
  top: 1px;
}

.menu {
  background-color: #cccccc;
  border-style: solid;
  border-width: 4px;
  border-top-color: #cccccc;
  border-right-color: #cccccc;
  border-bottom-color: #cccccc;
  border-left-color: #cccccc;
  padding: 0px;
  position: absolute;
  text-align: left;
  visibility: hidden;
  z-index: 101;
}

a.menuItem {
  color: #003366;
  cursor: default;
  display: block;
  font-family: "Verdana, 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.menuItem:hover {
  background-color: #006699;
  color: #ffffcc;
}

.menuItemSep {
  border-bottom: 1px solid #006699;
  border-top: 0px solid #909090;
  margin: 3px 0px 3px 0px;
}


A:Hover {color:FF0000;}
