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