/*
@charset "utf-8";
@import url("color.css");
*/

/*---------------------------------------------------------------------------*/
/* Site menu.                                                                */
/*---------------------------------------------------------------------------*/

.menuBar,
.menuBar a.menuButton,
.menu,
.menu a.menuItem {
  font-style: normal;
  font-weight: normal;
  line-height: 10pt;
}

.menuBar {
  border-width:2px;
  border-style:solid;
  padding: 8px 2px 8px 2px;
  text-align: left;
}

.menuBar a.menuButton {
  border-style: solid;
  border-width: 1px;
  cursor: default;
  /*font-weight: bold;*/
  margin: 1px;
  padding: 6px 6px 6px 6px;
  text-decoration: none;
}

.menuBar a.menuButtonActive,
.menuBar a.menuButtonActive:hover {
  position: relative;
  left: 1px;
  top: 1px;
}

.menu {
  border-style: solid;
  border-width: 2px;
  padding: 0px 1px 1px 0px;
  position: absolute;
  left: 0px;
  top: 0px;
  text-align: left;
  visibility: hidden;
  z-index: 1000;
}

.menuShadow {
  position: absolute;
  visibility: hidden;
  opacity: .1;
  -moz-opacity: .1;
  filter: alpha(opacity = 10);
}

.menu a.menuItem {
  cursor: default;
  display: block;
  text-decoration: none;
}

.menu a.menuItem {
  padding: 3px 1em;
  white-space: nowrap;
}

.menu .menuHeader {
  padding: 3px 0.5em;
  white-space: nowrap;
}

.menu a.menuItem .menuItemArrow {
  font-size: 75%;
  margin-right: -.75em;
  padding-left: .25em;
}

.menu .menuHeader {
  font-weight: bold;
}

.menu .menuSeparator {
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  margin: 4px 2px;
}
