/* menu item text  */
div.menuBar,
div.menuBar a.menuButton,
div.menu,
div.menu a.menuItem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

/* background and border colors */
div.menuBar {
  position: relative;
  background-color: #cbe2fe;
  border: 1px solid #cbe2fe;
  padding: 1px 1px 1px 1px;
  text-align: left;
  float:left;
  margin-left:10px;
  margin-top:1px;
  width:440px;

}

/*-- color= heading text */
div.menuBar a.menuButton {
  background-color: transparent;
  border: 1px solid #cbe2fe;
  color: #000066;
  cursor: default;
  left: 0px;
  margin: 3px;
  padding: 2px 6px 2px 6px;
  position: relative;
  text-decoration: none;
  top: 0px;
  z-index: 100;
}

/*-- color= heading text */
div.menuBar a.menuButton:hover {
  background-color: transparent;
  border: 1px outset #000066;
  color: #000066;
}

/*-- active heading */
div.menuBar a.menuButtonActive,
div.menuBar a.menuButtonActive:hover {
  background-color: #6699cc;
  border: 1px inset #6699cc;
  color: #000000;
  left: 1px;
  top: 1px;
}

/* menu item background */
div.menu {
  background-color: #6699cc;
  border: 2px outset #6699cc;
  left: 0px;
  padding: 0px 1px 1px 0px;
  position: absolute;
  top: 0px;
  visibility: hidden;
  z-index: 101;
}

div.menu a.menuItem {
  color: #000000;
  cursor: default;
  display: block;
  padding: 3px 1em;
  text-decoration: none;
  text-align: left;
  white-space: nowrap;
}

/* current menu item */
div.menu a.menuItem:hover, div.menu a.menuItemHighlight {
  background-color: #336699;
  color: #cbe2fe;
}

div.menu a.menuItem span.menuItemText {}

div.menu a.menuItem span.menuItemArrow {
  margin-right: -.75em;
}

div.menu div.menuItemSep {
  border: 1px inset #6699cc;
  margin: 4px 2px;
}
