$(document).ready(function() {
	
	/* --------------------------------- Initialize Cufon --------------------------------- */
	
	
	Cufon.replace('h1, h1.quote, h2, h3');
	Cufon.replace('.footerTitleSpan, #intro p');
	Cufon.replace('.sf-menu li span');
	Cufon.replace('.nivo-caption p, a.button-header span, .bottom-tab span');
	Cufon('.sf-menu li a', {
		hover: {
			color: '#333'
		}
	});
	
	
	/* --------------------------------- Initialize SF menu --------------------------------- */
	
	jQuery('ul.level_1').addClass('sf-menu');
	jQuery('ul.level_1').superfish({
		speed: 300,
		autoArrows:  false,
		animation:  {opacity:'show',height:'show'}
	});
	
	
	
});
  

