/* +++++++++++++++++++++++++++++++++++++
         MENU BAR STYLES (NON-LIST)
   +++++++++++++++++++++++++++++++++++++ */

#menuBar, #menuBar a, div.menu, div.menu a
{
  background-color: #039;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #FFF;
}

#menuBar
{
  margin: 0px;
  padding: 0px;
  text-align: center;
  border-top: 1px outset #CCC;
  border-bottom: 1px outset #666;
  height: 22px;
}

#menuBar a
{
  position: relative;
  z-index: 100;
  float: left;
  text-transform: uppercase;
  text-decoration: none;
  cursor: default;
  background: url(../graphics/nav_norm.gif) no-repeat right center;
  border: 1px solid #039;
  margin: 2px 1px;
  padding: 2px 0px;
  width: 90px;
}

#menuBar a:hover, #menuBar a.activeButton
{
  background: url(../graphics/nav_down.gif) no-repeat right center;
  border: 1px inset #CCC;
  background-color: #7088BF;
}

#menuBar .acckey
{
  text-decoration: underline;
}

/* +++++++++++++++++++++++++++++++++++++
        MENU ITEM STYLES (NON-LIST)
   +++++++++++++++++++++++++++++++++++++ */

div.menu
{
  position: absolute;
  visibility: hidden;
  z-index: 101;
  top: 0px;  
  left: 0px;
  text-align: left;  
  padding: 0px 1px;
  border: 1px outset #DDD;
}

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

div.menu a:hover
{
  color: #FFF;
  background-color: #7088BF;
  text-decoration: none;
}

div.menu a.highlightedItem
{
  background: transparent url(../graphics/nav_sdm.gif) no-repeat right center;
}

div.menu a.highlightedItem:hover, div.menu a.selectedItem
{
  background: #7088BF url(../graphics/nav_sdm.gif) no-repeat right center;
}

div.menu .separator
{
  voice-family: "\"}\"";
  voice-family: inherit;
  margin: 4px 2px;
  border-bottom: 1px solid #DDD;
}
