$(document).ready(function(){ 
	$(".sf-menu").superfish({
		animation: {height:'show'},
		speed:         'fast'								  
	});
}); 