/* Drop-down Widths */
#M1_menu { width: 13.2em; }
#M2_menu { width: 12.5em; }
#M3_menu { width: 9.5em; }
#M4_menu { width: 7.8em; }
#M5_menu { width: 7em; }
#M6_menu { width: 8em; }

/* NDE Menu Functionality Code */

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

ul.top, ul.top ul { display: block; margin: 0; border: 0; padding: 0; }

ul.top li { margin: 0; border: 0; padding: 0; }

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

ul.top li {
  float:left;
  display: inline;
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0;
  width: 74px;  
  height: 24px;
}

ul.top li#about {
  width: 61px;
}

ul.top li#current {
  width: 115px;
}

ul.top li#past {
  width: 170px;
}

ul.top li#press {
  width: 65px;
}

ul.top li#shop {
  width: 60px;
}

ul.top li#contact {
  width: 69px;
}

/*
nested lists inside of the top level items are initially
not displayed
*/
ul.top li ul {
  display: block;
  position: absolute;
  color: #900;
  background-color: #FBF8EA;
  border: 1px solid #E1CD77;
	border-top: 0;
  left: 0;
  top: 1em; /* required for NS 7.x/Gecko 1.0.x but not Gecko 1.3 */
  visibility: hidden;
	filter:alpha(opacity=96);
	-moz-opacity:0.96;
  z-index: 1000;
}

/* needed to keep IE from bubbling events
from items that are not contained but only
covered. */

ul.top {
  background-color: transparent;
  margin-left: 199px; 
  margin-right: 0;
  height: 24px;
  font: 14px arial;
}

#nav_interior ul.top {
  margin-left: 10px; 
}


/* Additional Custom Styling (visual) */

ul.top li a {
  display: block;
  text-decoration: none;
  margin: 0;
  color: #fff;
  padding-left: 8px;
  padding-right: 8px;
  line-height: 24px;
  background: url("../images/nav_arrow.gif") left no-repeat;
}

ul.top li a:hover {
  color: #FFF;
  background: #D1B334 url("../images/nav_arrow_on.gif") left no-repeat;
	xborder-bottom: 3px solid #D1B334;
}

ul.top li a#selected {
  color: #FFF;
  background: #990000 url("../images/nav_arrow_on.gif") left no-repeat;
}

/*
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.top li ul li {
  padding: 0;
  display: block;
  width: 100%;  
  }

ul.top li.sub ul a {
  color: #000 !important;
  font-size: 11px;
  font-family: arial, Georgia, Times, Times New Roman, Serif;
  font-weight: normal;
  display: block;
  white-space: nowrap;
  line-height: 2em;
  margin: 0;
  padding: 0 5px 0 15px;
  background-color: #FBF8EA;
}

ul.top li.sub ul a:hover {
  color: #fff !important;
  background-color: #D1B334;
}

ul.top { font-weight: bold; }
