$(document).ready(function() { 
	$('ul.menu').superfish({ 
		delay:       500,                            
		animation:   {opacity:'show',height:'show'}, 
		speed:       'normal',                       
		autoArrows:  false,                          
		dropShadows: false                           
	}); 
}); 


