




/*
     FILE ARCHIVED ON 17:07:46 Dec 11, 2006 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 7:50:02 Aug 17, 2016.
     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)).
*/
/* Adapted from Netscape's devedge site. */

#GCTS_head_nav a
{
  text-decoration: none;
  color: white;
}

#GCTS_head_nav ul, #GCTS_head_nav li
{
  margin: 0;
  padding: 0;
}

/* This will be done in cssjsmenu() but we'll do it here also so the menu
   initially loads horizontally.  Otherwise it loads vertically and then gets
   fixed in cssjsmenu() causing a brief undesirable visual effect. */

#GCTS_head_nav li
{
  position: relative;
  display: inline;
  list-style-type: none;
}

ul.nde-menu-system ul
{
  background-color: #660000;
}


/* nested lists inside of the top level items are initially not displayed.  Most
   of this (except the borders) will be done in cssjsmenu(), but we do it here
   also.  See comment above. */

ul.nde-menu-system li ul
{
  position: absolute;
  z-index: 1000;
  visibility: hidden;

  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}

ul.nde-menu-system li ul li
{
  display: block;
}

/* This will style every link at every level of the menu */

ul.nde-menu-system li a
{
  padding-left: 3px;
  padding-right: 7px;
  white-space: nowrap;

  font-weight: bold;
  border-right: 1px solid #ffffff;
}

/* Now, fix up the submenu items so they look different */

ul.nde-menu-system li ul li a
{
  display: block;
  padding: 3px;

  font-weight: normal;
  font-size: .9em;
  border: 0;
  border-bottom: 1px solid #cccccc;
}

ul.nde-menu-system li ul li a:hover
{
  background-color: #990000;
  text-decoration: none;
}
