/*use xb settings to make ul/li appear the same in mozilla, ie and opera*/ul.nde-menu-system *{  font-size: 9px;}ul.nde-menu-system, ul.nde-menu-system ul{  display: block;  margin: 0;  padding: 0;  background: white;  height:24px;  font-weight:bold;}/* top level items in ul are inline to display horizontally across page*/ul.nde-menu-system li{  margin: 0;  padding: 1.1em 0 0.4em 0;  font-size: 0.9166em;  display: inline;  position: relative;  background-color:white;}/* nested lists inside of the top level items are initially not displayed*/ul.nde-menu-system li ul{  display: block;  position: absolute;  left: 0;  top: 2.7em !important;  z-index: 1000;  visibility: hidden;  width: 17em;					/* drop down menu width */  border-top: 1px solid white;  background: white;  margin-left: 6px;}/*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{  margin: 0;  padding: 0;  display: block;  width: 100%;							/* was 100% */  border: 1px solid #787878;			/* menu drop down box */  border-width: 0 1px 1px 1px;  list-style: none;  background-color: #2d114c;  voice-family: "\"}\""; voice-family: inherit;  margin-left: 0;  font-size:10px;    color: #7878aa;						/* added to allow non-selectable item in ac2007 menu */}ul.nde-menu-system li ul li#disabled:hover { background-color:#2d114c !important; }ul.nde-menu-system li a{  display: inline;  text-decoration: none;  margin: 0;  padding: 0.4em 0.6em 0.4em 0.6em;}/* override excessive padding which is included   to deal with IE/Win problems with a selector it   doesn't understand to hide the declaration */html>body ul.nde-menu-system li a{  padding: 1.4em 0.6em 0.5em 0.33em;}ul.nde-menu-system li a:hover{  color: #FAA;}ul.nde-menu-system li ul li a{  display: block;  margin: 0;  padding: 7px;	/* was 3px 2.5%, but Netscape/Mac & IE/Win show white line */  border-width: 0;  width: 100%;  voice-family: "\"}\""; voice-family: inherit;  width: 95%;	/* was 98% */  font-weight: normal;	/* menu item text */  font-size:10px;}ul.nde-menu-system li a span{  font-weight: normal; }/* 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%);}ul.nde-menu-system li.submenu ul a{  color: white !important;			/* menu item text */}