Cufon.replace('h1,h2,#h-menu li a,#sub-menu,.head,.price,.btn-buy,.switch,#checkout-stat,.submit', { fontFamily: 'Avenir Next LT Pro', hover: true });

jQuery(document).ready(function($){	
	
	// Main navigation	
	$('.cell > a').hover(function(){
		$(this).next('h2').children('a').toggleClass('hover');		
		Cufon.refresh();
		return false;
	});


})
