jQuery(document).ready(function() {
   	$('ul.topnav').superfish({
		autoArrows: false,
		delay: 200,
		animation: {"opacity":"show", "height":"show"}
	});
});
