/*---------------------------------------------------------------------------*/
/* Site menu.                                                                */
/*---------------------------------------------------------------------------*/


#menuBar {
  background-color:#33569C;
  border-color: #4B86B5 #0055AA #0055AA #4B86B5;
  border-style: solid;
  border-width: 0px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  font-size: 9pt;
  padding: 3px 1em 2px 1em;
}

a.menuButton, a.menuButton:Visited, a.menuButtonActive, a.menuButtonActive:Visited  {
  border-color: #33569C;
  border-style: solid;
  border-width: 1px;
  color: #ffffff;
  cursor: default;
  font-family: "MS Sans Serif", Arial, Tahoma, sans-serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: bold;
  margin-right: 1px;
  padding: 2px .5em 2px .5em;
  position: relative;
  left: 0px;
  top: 0px;
  text-decoration: none;
}

a.menuButton:hover {
  border-color: #b0d0f0 #004060 #003050 #a0d0f0;
  border-style: solid;
  border-width: 1px;
  color: #ffffff;
  text-decoration: none;
}

a.menuButtonActive, a.menuButtonActive:hover {
  background-color: #33569C;
  border-color: #223967 #3E69BE #3E69BE #223967;
  color: #ffffff;
  left: 1px;
  top: 1px;
  text-decoration: none;
}

.menu {
  background-color: #F9F8F7;
  border-color: #3E69BE #223967 #223967 #3E69BE;
  border-style: solid;
  border-width: 2px;
  font-size: 9pt;
  padding: 1px;
  position: absolute;
  text-align: left;
  visibility: hidden;
  width: 13.5em;  /* needed for Opera browsers, overridden via script */
  z-index: 100;
}

a.menuItem, a.menuItem:Visited, a.menuItem:Active {
  border-style: solid;
  border-width: 1px;
  border-color: #F9F8F7; /* same as background of menu */
  color: #000000;
  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 .75em 2px .75em;
  text-decoration: none;
  white-space: nowrap;

}

a.menuItem:hover {
  background-color: #B6BDD2;
  border-color: #0A246A;
  color: #000000;
  text-decoration: none;
}

.menuItemHdr {
  font-weight: bold;
}

.menuItemSep {
  border-top: 1px solid #B6BDD2;
  border-bottom: 1px solid #0A246A;
  margin: 2px 3px;
}

a.productTitle {
  color: blue;
  font-size: 10pt;
  font-family: "Verdana Arial, Helvetica, sans-serif";
  text-decoration: none;
  font-weight: bold;
}

/* Header Styles */

td.BannerHead       { color: navy; font-size: 10px; font-family: Geneva, Arial, Verdana, Sans-Serif; background-color: #ff9c4a }
#logopos     { top: 14px; left: 0px; height: 81px }
#promo    { padding: 2px; position: absolute; z-index: 2; width: 50%; top: 34px; right: 10px; border-style: solid; border-width: 1px 4px 4px 1px; border-color: #ff9c4a; font-family: Verdana, Arial, Swiss, SunSans-Regular; font-size: 12px }
a.BannerHeadLink, a.BannerHeadLink:visited  { color: #ffedd6; font-size: 10px; font-family: Geneva, Arial, Verdana, Swiss, SunSans-Regular; text-decoration: none }
a.BannerHeadLink:hover, a.BannerHeadLink:active  { color: #ffedd6; font-size: 10px; font-family: Geneva, Arial, Verdana, Swiss, SunSans-Regular; text-decoration: none }

.menuItemSep {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #3E69BE;
  margin: 1px 1px;
}


#invislayer    { z-index: 1; top: 20px; left: 250px; width: 1px; height: 1px; overflow: hidden; visibility: hidden }
