/* Main Nav */
#menu {
	border:0;
	margin:0;
	padding:3px 0 3px 0;
	height:30px;
	width:700px;
	color:#fff;
	background:#0068b3;
	}

#menu a {
	display: block;
	}

#menu ul {
	border:0;
	margin:0;
	padding:0;
	height:23px;
	width:700px;
	list-style-type:none;
	text-align:center;
	clear:left;
	color:#fff;
	}

#menu ul li {
	display:block;
	float:left;
	text-align:center;
	padding:0;
	margin:0;
	}

#menu ul li a {
	text-decoration:none;
	color:#fff;
	width:65px;
	height: auto; 
	/* border-top:2px solid #525252;*/
	/* border-right:1px solid #fff;*/
	padding:0 5px 0 5px;
	text-align:center;
	line-height:14px;
	font:12px/14px Arial, Helvetica, sans-serif;
	font-weight:700;
	letter-spacing:-.0px;
	}

#menu ul li a:hover {
	color:#fff600;
	/* border-top:2px solid #005985;*/
	/* background:#006699; */
	}

#menu ul li a span {
	/* background: transparent url(/nasa_template/images/largeplus.gif) center left no-repeat; */
	padding:1px 0px 0px 13px;
	margin:0px;
	}

#menu ul li#one a {	width:181px;}
#menu ul li#two a {	width:191px;}
#menu ul li#three a { width:212px;}
#menu ul li#four a { border-right:0; width:143px;}

/* BODY SWITCHER for ON states for each button. To turn a button on, give the body tag of the html document an ID name from the rules below. You should not need to modify these rules unless you go over 10 nav items */
body#oneon #menu ul li#one a, body#twoon #menu ul li#two a, body#threeon #menu ul li#three a, body#fouron #menu ul li#four a, body#fiveon #menu ul li#five a, body#sixon #menu ul li#six a, body#sevenon #menu ul li#seven a, body#eighton #menu ul li#eight a, body#nineon #menu ul li#nine a, body#tenon #menu ul li#ten a {
	background: #006699;
	border-top:2px solid #005985;
	}

body#oneon #menu ul li#one a span, body#twoon #menu ul li#two a span, body#threeon #menu ul li#three a span, body#fouron #menu ul li#four a span, body#fiveon #menu ul li#five a span, body#sixon #menu ul li#six a span, body#sevenon #menu ul li#seven a span, body#eighton #menu ul li#eight a span, body#nineon #menu ul li#nine a span, body#tenon #menu ul li#ten a span {
	background: transparent url(/nasa_template/images/largeminus.gif) center left no-repeat;
	}
/* END Body Switcher for ON states for each section */
/* END Main Nav */



/* Sub Nav */
#subnav{
	border-right: #eda 0px solid; 
	padding-right: 0px; 
	border-top: #eda 0px solid; 
	padding-left: 0px; 
	padding-bottom: 0px; 
	margin: 0px 0px 1px; 
	border-left: #eda 0px solid; 
	width: 600px; 
	line-height: 1; 
	padding-top: 0px;
	border-bottom: #eda 0px solid; 
	list-style-type: none;
	font-size: .95em;
	font-weight: bold; 
	text-align: center;
}

#subnav li {
	padding: 0 0 0 0;
	float: left; 
	width: 80px; 
}

#subnav a {
	color: #FFF;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
}

#subnav li h5{
	padding: 5px 0 0 0;
	margin: 0;
}
/* END Sub Nav */