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

