/* ALL MENU STYLES HERE EXCEPT POSITIONING */

/********** TOP MENU STYLES **********/
#menu a {
	color:#29294C;
	text-decoration:none;
	text-transform:uppercase;
	font-size:11px;
	padding:0;
	margin:0;
}

#menu a:hover {
	font-weight:bold;
}

#home_link a {
	text-decoration:none;
}

#home_menu a {
	color:#29294C;
	text-decoration:none;
	text-transform:uppercase;
	font-size:11px;
	padding:0;
	margin:0;
}

#home_menu a:hover {
	font-weight:bold;
}

#home_link a {
	text-decoration:none;
}

ul#top_nav {
	padding:0;
	margin:0;
}

ul#top_nav li {
	display:block;
	float:left;
	list-style-type:none;
	padding:0;
	margin:0;
}

#aboutnav {
	/*margin-right:10px;*/
	width:75px;
}

#capabilitiesnav {
	/*margin-left:10px;
	margin-right:25px;*/
	width:100px;
}

#newsnav {
	/*margin-right:24px;*/
	width:74px;
}

#employmentnav {
	/*margin-right:14px;*/
	width:101px;
}

#contactnav {
	/*margin-right:0px;*/
	width:97px;
}


/********** ACTIVE PAGE SYTLES **********/
body#about a#navabout,
body#capabilities a#navcapabilities,
body#news a#navnews,
body#employmentlist a#navemployment,
body#contact a#navcontact,
/*Submenus*/
/*ABOUT*/
body#history a#navhistory,
body#mission a#navmission,
body#personnel a#navpersonnel,
body#locate a#navlocate,
body#mission a#navabout,
body#personnel a#navabout,
body#history a#navabout,
body#locate a#navabout,
/*CAPABILITIES*/
body#capfacility a#navfacility,
body#capmachinery a#navmachinery,
body#captech a#navtech,
body#capfacility a#navcapabilities,
body#capmachinery a#navcapabilities,
body#captech a#navcapabilities,
/*NEWS*/
body#news a#navcomnews,
body#newsawards a#navawards,
body#newsawards a#navnews,
/*EMPLOYMENT*/
body#employmentapp a#navapp,
body#employmentapp a#navemployment,
body#employmentlist a#navlisting {
	font-weight:bold;
}


/********** LEFT MENU STYLES FOR HIDDEN DIVS **********/

.left_menu_container {
	width:164px;
	padding:0;
	margin:0;
	visibility:hidden;
	display:none;
}

.left_menu_container ul {
	margin-top:15px !important;
	margin-top:10px;
	margin-bottom:10px;
}

.left_menu_container a {
	color:#29294C;
	text-decoration:none;
}

.left_menu_container a:hover {
	font-weight:bold;
}

body#about div#left_menu_about,
body#capabilities div#left_menu_capabilities,
body#products div#left_menu_products,
body#news div#left_menu_news,
body#employmentlist div#left_menu_employment,
body#contact div#left_menu_contact,
body#sitemap div#left_menu_contact,
/*Submenus*/
body#history div#left_menu_about,
body#mission div#left_menu_about,
body#personnel div#left_menu_about,
body#locate div#left_menu_about,
body#capfacility div#left_menu_capabilities,
body#capmachinery div#left_menu_capabilities,
body#captech div#left_menu_capabilities,
body#news div#left_menu_news,
body#newsawards div#left_menu_news,
body#employmentapp div#left_menu_employment {
	visibility:visible;
	display:block;
}


/********** FOOTER MENU STYLES **********/


#footer_text a {
	color:#FFFFFF;
	text-decoration:none;
}
#footer_text_home a {
	color:#FFFFFF;
	text-decoration:none;
}