
#menuBar {
  background-color: #fffffa;
   border: 1px solid;
  border-style: ridge;
  border-color: #004000 #004000  #004000 #004000;
  color: #000000;
  font-size: 1pt;
  padding: 4px 4px 4px 4px;
  text-align: left;
 
 
}

a.menuButton, a.menuButtonActive {
  background-color: #fffff9;
  border: 1px solid #ffffff ;
  color: #004000;
  cursor: hand;
  font-family: "MS Sans Serif", Arial, Tahoma, sans-serif;
  font-size:9pt;
  font-style: normal;
  font-weight: normal;
  margin: 4px;
  padding: 2px 6px 2px 6px;
  position: relative;
  left: 2px;
  top: 1px;
  text-decoration: none;

 }

a.menuButton:hover {
  background-color: #fffff9;
  border-left: 1px solid #e8e3e3;
  border-right: 1px solid #004000;
  border-top: 1px solid #e8e3e3;
  border-bottom: 1px solid #004000;
  color: #004000;

}

a.menuButtonActive, a.menuButtonActive:hover {
  background-color: #004000;
  border-left: 1px solid #e8e3e3;
  border-right: 1px solid #004000;
  border-top: 1px solid #004000;
  border-bottom: 1px solid #004000;
  color: #fffff9;
  left: 0px;
  top: 0px;
}

.menu {
  background-color: #fffffa;
  border-left: 1px solid #e8e3e3;
  border-right: 1px solid #004000;
 border-top: 1px solid #e8e3e3;
 border-bottom: 1px solid #004000;
  padding: 1px;
  position: absolute;
  text-align: left;
  visibility: hidden;
}

a.menuItem {
  background-color: #fffff9;
  color: #004000;
  cursor: hand;
  display: block;
  font-family: "MS Sans Serif", Arial, Tahoma,sans-serif;
  font-size: 9pt;
  font-style: normal;
  font-weight: normal;
  margin: 0px;
  padding: 2px;
  padding-left: 12px;
  padding-right: 16px;
  text-decoration: none;
  white-space: nowrap;
}

a.menuItem:hover {
 background-color: #fffffa;
 border-left: 1px solid #e8e3e3;
border-right: 1px solid #004000;
border-top: 1px solid #e8e3e3;
border-bottom: 1px solid #004000;
  color: #004000;
}

.menuItemSep {
  border-bottom: 1px solid #004000;
  border-style: ridge;
  border-top: 1px solid #004000;
  margin: 3px 4px 3px 4px;
}

