/*
use xb settings to make ul/li appear the 
same in mozilla, ie and opera
*/

#navbar
{
  margin: 1em 0px -4px 0px;
  padding: 0px;
}

ul.nde-menu-system, ul.nde-menu-system ul
{
  display: block;
  margin: -2px 0px -2px 0px;
  padding: 0px;
}

ul.nde-menu-system li
{
  margin: 0;
}

/* 
top level items in ul are inline to display horizontally 
across page
*/

ul.nde-menu-system li
{
  display: inline;
  list-style: none;
  position: relative;
  margin: 0em 1em 0em 1em;
  padding: 0;
}

/* 
nested lists inside of the top level items are initially 
not displayed
*/
ul.nde-menu-system li ul
{
  list-style-image: none;
  display: block;
  position: absolute;
  left: 0;
  top: 0.9em; /* required for NS 7.x/Gecko 1.0.x but not Gecko 1.3 */
  visibility: hidden;
  width: 15em;
  z-index: 1000;
}

/*
fix up the submenu items
voice-family lines screen correct CSS values from browsers that
improperly lay out block-level boxes and have broken CSS parsers
(IE5.5/Win)
*/
ul.nde-menu-system li ul li
{
  list-style-image: none;
  margin: 0 0 0 -1.5em;
  padding: 0;
  display: block;
  width: 100%;
  voice-family: "\"}\""; voice-family: inherit;
  margin-left: 0;
}

ul.nde-menu-system li ul li a
{
  display: block;
  margin: 0;
  padding: 0 0 0 5%;
  width: 100%;
  voice-family: "\"}\""; voice-family: inherit;
  width: 95%;
}

/* needed to keep IE from bubbling events
from items that are not contained but only
covered. 
ul.nde-menu-system
{
  background-color: rgb(75%,75%,75%);
}
*/
/*
     FILE ARCHIVED ON 21:18:24 Jul 26, 2006 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 18:12:45 Dec 13, 2019.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  load_resource: 99.149
  captures_list: 91.667
  CDXLines.iter: 16.253 (3)
  esindex: 0.01
  PetaboxLoader3.resolve: 34.106
  PetaboxLoader3.datanode: 94.869 (4)
  RedisCDXSource: 2.743
  exclusion.robots.policy: 0.195
  exclusion.robots: 0.212
  LoadShardBlock: 67.228 (3)
*/