jQuery(function(){
	jQuery('ul.level-0').superfish({
		speed: 400,
		animation:  {opacity:'show',height:'show'}
	});
});
		
		

