/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/ul-multi.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* original, but changed image call to an existing one so as not to get a 404 error
#backgroundHolder {width:750px; height:490px; padding-top:10px; background:url(/webdings/NASA.jpg); margin:0 auto;} */

#backgroundHolder {width:1155px; height:40px; padding-top:0px; margin: 5px auto;}
/* width here and in .nav is (number of tabs in menu x width of tabs)... 7x165 */

/* ---------------------------------------------------------------------------- */
/* default styling */
.nav,
.nav ul{list-style-type:none; margin:0; padding:0;}
.nav a {text-decoration:none;}
/* .nav {font-family: arial, sans-serif; font-size:12px; width:650px; margin:0 auto;} */
.nav {font-family: times, serif; font-size:1.1em; width:1155px; margin:0 auto; font-variant: small-caps; } /* width here and in #backgroundHolder is (number of tabs in menu x width of tabs)... 7x165 */

/* If the width of the tabs change, it affects the positions of the down arrows and width and positioning of the drop down portions as well. BE CAREFUL! */

/* style the links */
/* needs a background for IE6 - can be a color or a transparent gif */
.nav a {background:url(/webdings/trans.gif); filter: alpha(opacity=95); opacity:0.95;} 

/* style the <b> (now .item) element so that it does not affect the size of the link */
.nav a .item {background:#081d8b; border:1px solid #000; border-color:#ddd #333 #333 #ddd; color:#fff; font-weight:normal; display:block; padding:6px 4px 6px 8px;}

.nav .fly .main .item {background:#081d8b url(/webdings/arrow.gif) no-repeat 152px 13px;}
.nav .down .item {background:#081d8b url(/webdings/arrow2.gif) no-repeat 150px 15px;}

.nav a:hover .item, .nav .fly a:hover .item {background-color:#4f64d7; color:#fff; cursor:pointer;}

/* not used; menu flies to left */
/* 
.nav .right ul .item {text-align:right;}
.nav .right ul .main .item {background:#081d8b url(/webdings/arrow3.gif) no-repeat 10px 9px; text-align:right;}
 */

/* HEIGHT */
.nav ul ul {top:-22px;} /* position the top of the flyout sub menus */

/* WIDTH change this WITH CARE to suit your requirements */

/*set the link width here*/
.nav .drop,
.nav a {width:165px;}
.nav ul li {max-width:165px;} /* fix for IE8 */

/* set the left flyout position here */
.nav ul ul {left:162px;}
/* set the right flyout position here */
.nav li.right ul ul {left:auto; right:162px;}

/* make this WIDTH - 1px */ /* or WIDTH - 0.063em if using em sizing */
.nav a {margin-right:-163px;}

/* ---------------------------------------------------------------------------- */

/* DO NOT CHANGE ANYTHING BELOW */
.nav li {float:left;} /* fixes IE related bugs, and allows for clearing */
.nav ul {float:left; position:relative; z-index:20;} /* necessary for float drop and to stack the <ul>s */
.nav ul li {clear:left;} /* must clear the floated list item inside sublist */
.nav a {position:relative; display:block;} /* needs to have a position above the rest */
.nav a.main {float:left; /* necessary for float drop */
 margin-top:10000px;} /* bring the top level links back into view */
.nav .drop,
.nav .fly {margin-top:-10000px;} /* hide the sub links and their containers, opera has low upper limits */
.nav ul {margin-bottom:-5000px;} /* avoid any interaction between the subs, can be any large size */

/* The bit that does ALL the work to bring the sub menus into view */
	/* 16 Mar 2018: edit focus for accessibility */
.nav a:hover,
.nav a:focus,
.nav a:active {margin-right:0; z-index:10;}

.nav a:focus .item,
.nav a:active .item {background:#aaa; color:#c00; outline:2px solid blue;} /* for tabbing */

/* OPERA fix */
.nav ul:hover,
.nav ul ul:hover {clear:left;} /* to stop intermittent sub link :hover problems */

/* ---------------------------------------------------------------------------- */



