A 			{ text-decoration: none; }
TD			{ font: 10pt "Arial", "Verdana"; color : #000033;}
p			{ font: 10pt "Arial", "Verdana"; color : #000033;}
A:Hover     { color : #FF6633; }

#menuBar {
  background-color: #666699;
  border-style: solid;
  border-width: 0px;
  border-top-color: #666699;
  border-top-width: 0px;
  border-bottom-color: #666699;
  border-bottom-width: 0px;
  color: #ffffff;
  padding: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  position: absolute;
  left: 70px;
  top: 141px;
  text-align: left;
  width: 100%;
  z-index: 100;
}

a.menuButton {
  border-style: solid;
  border-width: 1px;
  border-top-color: #666699;
  border-right-color: #666699;
  border-bottom-color: #666699;
  border-left-color: #666699;
  color: #ffffff;
  cursor: default;
  font-family: "MS Sans Serif", Arial, Tahoma, sans-serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: normal;
  padding: 0px;
  padding-left: 6px;
  padding-right: 6px;
  text-decoration: none;
}

a.menuButton:hover {
  border-style: solid;
  border-top-color: #00000;
  border-right-color: #fffff;
  border-bottom-color: #fffff;
  border-left-color: #00000;
  color: #FF8855;
}

.menu {
  background-color: #666699;
  border-style: solid;
  border-width: 0px;
  border-top-color: #666699;
  border-right-color: #666699;
  border-bottom-color: #666699;
  border-left-color: #666699;
  padding: 0px;
  position: absolute;
  text-align: left;
  visibility: hidden;
  z-index: 101;
}

a.menuItem {
  color: #ffffff;
  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;
}

a.menuItem:hover {
  background-color: #000000;
  color: #FF8855;


}

.menuItemSep {
  border-bottom: 0px solid #000000;
  border-top: 0px solid #000000;
  margin: 0px 0px 0px 0px;
}