/* all pages use the superfish navigation */
jQuery.noConflict();
jQuery(document).ready (function() {
	if (jQuery('ul.sf-menu').length > 0) {
		jQuery('ul.sf-menu').superfish({ 
			delay:600,        
			animation:{opacity:'show',height:'show'}, 
			speed: 'fast'   
		});
	}
});
