	jQuery(function(){
			jQuery('ul.sf-menu').superfish({
			 animation:   {opacity:'show',height:'show'},
			 speed: 350
			});
		});
