
	jQuery(function(){
			jQuery('ul.sf-menu').superfish({ 
            delay:       500,                           
            animation:   {opacity:'show',height:'show'},  
            dropShadows: true    }); 
		});
