$(document).ready(function() { 
	$('ul.sf-menu').superfish({ 

		hoverClass: 'sfHover',
		delay:       10,                            // one second delay on mouseout 
		//animation:   {opacity:'show',height:'show'},  // fade-in and slide-down animation 
		//animation:   {height:'show'},  // fade-in and slide-down animation 
		speed:       'fastest',                          // faster animation speed 
		autoArrows:  false,                           // disable generation of arrow mark-up 
		dropShadows: false,                            // disable drop shadows 
		disableHI: true                            // disable drop shadows 
		});
	}); 

