$(document).ready(function() {
	$('ul.sf-menu').superfish({
		delay:       200, 
		animation:   {height:'show'},
		speed:       'normal',
		autoArrows:  false,
		dropShadows: true
	});
	
	$('#zooms a').tooltip({ 
		track: true, 
		delay: 0, 
		showURL: false, 
		showBody: " - ", 
		fade: 250 
	});
}); 
