﻿
		$('#mainnavigation ul.L1').superfish({
			delay: 500,                            // one second delay on mouseout 
			animation: { toggle: 'show' },  // fade-in and slide-down animation 
			speed: 'fast',                          // faster animation speed 
			autoArrows: false,
			dropShadows: false
		});			
	
	
			$('#home-mainnavigation ul.L1').superfish({
			delay: 500,                            // one second delay on mouseout 
			animation: { toggle: 'show' },  // fade-in and slide-down animation 
			speed: 'fast',                          // faster animation speed 
			autoArrows: false,
			dropShadows: false
		});	
	

/*$(document).ready(function() {
   $("#subnav-heading:contains('Recipes')").ready(function() {
     $("#nav-recipes").addClass("active");
   });
});   
	
$(document).ready(function() {
   $("#subnav-heading:contains('Education')").ready(function() {
     $("#nav-education").addClass("active");
   });
});   	
	
if($("#subnav-heading:contains('About')")) {
				$("#nav-about-chicken").addClass("active");
}*/
/*if("#subnav-heading:contains('Recipes')") {
				$("#nav-recipes").addClass("active");
}
if("#subnav-heading:contains('Education')") {
				$("#nav-education").addClass("active");
}
if("#subnav-heading:contains('Production')") {
				$("#nav-production").addClass("active");
}
if("#subnav-heading:contains('Industry')") {
				$("#nav-resources").addClass("active");
}
if("#subnav-heading:contains('About')") {
				$("#nav-about-us").addClass("active");
}*/
