/* ALL MENU STYLES HERE EXCEPT POSITIONING */

/********** TOP MENU STYLES **********/
#menu a {
	color:#4D562D;
	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:#4D562D;
	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:68px;
}

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

#productsnav {
	/*margin-right:28px;*/
	width:80px;
}

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

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

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


/********** ACTIVE PAGE SYTLES **********/
body#about a#navabout,
body#capabilities a#navcapabilities,
body#products a#navproducts,
body#news a#navnews,
body#employmentlist a#navemployment,
body#contact a#navcontact,
/*Submenus*/
/*ABOUT*/
body#mission a#navmission,
body#personnel a#navpersonnel,
body#locate a#navlocate,
body#mission a#navabout,
body#personnel a#navabout,
body#locate a#navabout,
/*CAPABILITIES*/
body#capfacility a#navfacility,
body#capmachinery a#navmachinery,
body#capmaterials a#navmaterials,
body#capquality a#navquality,
body#captech a#navtech,
body#capfacility a#navcapabilities,
body#capmachinery a#navcapabilities,
body#capmaterials a#navcapabilities,
body#capquality a#navcapabilities,
body#captech a#navcapabilities,
/*FOOD*/
body#products a#navfood,
body#prodnonfood a#navnonfood,
body#prodnonfood a#navproducts,
/*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:149px;
	padding:0;
	margin:0;
	visibility:hidden;
	display:none;
}

.left_menu_container a {
	color:#3A4318;
	text-decoration:none;
}

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

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

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,
/*Submenus*/
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#capmaterials div#left_menu_capabilities,
body#capquality div#left_menu_capabilities,
body#captech div#left_menu_capabilities,
body#products div#left_menu_products,
body#prodnonfood div#left_menu_products,
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;
}