/* main nav *//* main nav *//* main nav *//* main nav */
/* main nav *//* main nav *//* main nav *//* main nav */

/*
use xb settings to make ul/li appear the 
same in mozilla, ie and opera
*/

.nav_Main ul.nde-menu-system, .nav_Main ul.nde-menu-system ul
{
  display: block;
  margin: 0px;
  padding: 2px 0px;
  background-color: #EAEAEA;
}

.nav_Main ul.nde-menu-system li
{
  margin: 0px;
}

/* 
top level items in ul are inline to display horizontally 
across page
*/

.nav_Main ul.nde-menu-system li
{
  display: inline;
  list-style: none;
  position: relative;
  margin: 0px;
  padding: 0px;
}

/* 
nested lists inside of the top level items are initially 
not displayed
*/
.nav_Main ul.nde-menu-system li ul
{
  display: block;
  position: absolute;
  left: 0px;
  top: 1em; /* required for NS 7.x/Gecko 1.0.x but not Gecko 1.3 */
  visibility: hidden;
  width: 9em;
  z-index: 1000;
  border: 1px solid black;
  padding: 0px;
}

/*
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)
*/
.nav_Main ul.nde-menu-system li ul li
{
  margin: 0 0 0 -1.5em;
  padding: 0px;
  display: block;
  width: 100%;
  voice-family: "\"}\""; voice-family: inherit;
  margin-left: 0;
  border-bottom: 1px solid black;
}

.nav_Main ul.nde-menu-system li ul li a
{
  display: block;
  margin: 0px;
  padding: 0px 0px 0px 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. NOTE: This is main color! */
.nav_Main ul.nde-menu-system
{
  background-color: #003366;
  color: black;
  padding: 3px 0px;
}

/* IGxec Tool Bar Nav *//* IGxec Tool Bar Nav *//* IGxec Tool Bar Nav */
/* IGxec Tool Bar Nav *//* IGxec Tool Bar Nav *//* IGxec Tool Bar Nav */

/*
use xb settings to make ul/li appear the 
same in mozilla, ie and opera
*/

.nav_AdminToolBar ul.nde-menu-system, .nav_AdminToolBar ul.nde-menu-system ul
{
  display: block;
  margin: 0px;
  padding: 3px 0px;
}

.nav_AdminToolBar ul.nde-menu-system li
{
  margin: 0px;
}

/* 
top level items in ul are inline to display horizontally 
across page
*/

.nav_AdminToolBar ul.nde-menu-system li
{
  display: inline;
  list-style: none;
  position: relative;
  margin: 0px;
  padding: 0px;
}

/* 
nested lists inside of the top level items are initially 
not displayed
*/
.nav_AdminToolBar ul.nde-menu-system li ul
{
  display: block;
  position: absolute;
  left: 0px;
  top: 1em; /* required for NS 7.x/Gecko 1.0.x but not Gecko 1.3 */
  visibility: hidden;
  width: 9em; /*width of dropdown */
  z-index: 1000;
  border: 1px solid black;
  padding: 0px;
}

/*
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)
*/
.nav_AdminToolBar ul.nde-menu-system li ul li
{
  margin: 0px 0px 0px -1.5em;
  padding: 0px;
  display: block;
  width: 98%;
  voice-family: "\"}\""; voice-family: inherit;
  margin-left: 0px;
  border-bottom: 1px solid black;
}

.nav_AdminToolBar ul.nde-menu-system li ul li a
{
  display: block;
  margin: 0px;
  padding: 0px 0px 0px 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. NOTE: This is main color! */
.nav_AdminToolBar ul.nde-menu-system
{
  background-color: #CCCCCC;
  color: black;
  padding: 0px;
}