div.menuBar{
  font-family: Tahoma, Verdana, Arial;
  font-size: 8pt;
  font-style: normal;
  font-weight: bold;
  color: #000000;
}
div.menuBar a.menuButton{
  font-family: Tahoma, Verdana, Arial;
  font-size: 8pt;
  font-style: normal;
  font-weight: bold;
  color: #000000;
}
div.menu{
  font-family: Tahoma, Verdana, Arial;
  font-size: 8pt;
  font-style: normal;
  font-weight: bold;
  color: #000000;
}

div.menu a.menuItem {
  font-family: Tahoma, Verdana, Arial;
  font-size: 8pt;
  font-style: normal;
  font-weight: bold;
  color: #000000;
}

div.menuBar {
  background-color: transparent;
  padding: 4px 2px 4px 2px;
  text-align: left;
}

div.menuBar a.menuButton {
  background-color: transparent;
  border: 1px solid #CCCCCC;
  color: #666666;
  CURSOR: hand;
  left: 0px;
  margin: 1px;
  padding: 2px 6px 2px 6px;
  position: relative;
  text-decoration: none;
  top: 0px;
  z-index: 100;
}

div.menuBar a.menuButton:hover {
  background-color: #B6BDD2;
  border: 1px solid #000080;
  color: #ffffff;
  CURSOR: hand;
}

div.menuBar a.menuButtonActive{
  background-color: #B6BDD2;
  border: 1px solid #000080;
  color: #ffffff;
}

div.menuBar a.menuButtonActive:hover {
  background-color: #B6BDD2;
  border: 1px solid #000080;
  color: #ffffff;
  CURSOR: hand;
}

div.menu {
  background-color: #F5F5F5;
  border: 1px solid #808080;
  left: 0px;
  position: absolute;
  top: 0px;
  visibility: hidden;
  z-index: 101;
  FILTER: progid:DXImageTransform.Microsoft.Shadow(direction=135,color=#9B9B9B,strength=4) progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=95);
  padding: 2px 2px 2px 2px;
}

div.menu a.menuItem {
  color: #666666;
  CURSOR: hand;
  display: block;
  padding: 2px 1em;
  text-decoration: none;
  white-space: nowrap;
  border: 1px solid #F5F5F5;
}

div.menu a.menuItem:hover{
  background-color: #B6BDD2;
  border: 1px solid #000080;
  color: #ffffff;
  CURSOR: hand;
}

 div.menu a.menuItemHighlight {
  background-color: #B6BDD2;
  border: 1px solid #000080;
  color: #ffffff;
}

div.menu a.menuItem span.menuItemText {}

div.menu a.menuItem span.menuItemArrow {
  margin-right: -.75em;
}

div.menu div.menuItemSep {
  border: 1px inset #e0e0e0;
  margin: 4px 2px;
}


