

jQuery(document).ready(function() {
	
	if (jQuery().superfish) {
		
		jQuery('#primary-nav ul').superfish({
			delay: 0,
			animation: {opacity:'show', height:'show'},
			speed: 'fast',
			autoArrows: true, 
			dropShadows: true,


		}); 
	
	}


});
