font = 'FuturaLight';
Cufon.set('fontFamily',font).replace('.sf-menu > li > a, #topPhone,#contactBlock span,h1,h2,h3, #footer h6, #mainRight', {hover:true});
$(document).ready(function() {
	$('ul#headerImage').cycle({ 
		fx:     'fade', 
		speed:    1000, 
		timeout:  5000
	});
    $("ul.sf-menu").superfish({
		delay:       1000,
		animation:   {opacity:'show',height:'show'},
		speed:       'fast',
		autoArrows:  false,
		dropShadows: false        
	});
	$("ul.sf-menu li li:not(:has(ul))").addClass("last");
});

