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