$(document).ready(function(){ 
	// Superfish
	$("ul.sf-menu").superfish({animation: {height:'show'}});
	$(".sf-with-ul").removeAttr("href").css("cursor","pointer");


});

