$(function() {
	
	$(".navigation").lavaLamp({
		fx: 'easeOutBack',
		speed: 600
	});
	
	$('.navigation li a').css( {color: "#787878"} );
	$('.navigation li.selectedLava a').css( {color: "#ffffff"} );		
	$(".navigation li").not('.selectedLava').hover( function () {
		$(this).children().stop().animate({color:"#ffffff"}, {duration:300});
		$('.navigation li.selectedLava a').stop().animate({color:"#787878"}, {duration:300});
	}, function () {
		$(this).children().stop().animate({color:"#787878"}, {duration:300});
		$('.navigation li.selectedLava a').stop().animate({color:"#ffffff"}, {duration:300});
	});
	
});

Cufon.replace('h1', { fontFamily: 'Helvetica Neue LT Std' });
Cufon.replace('#slider .text', { fontFamily: 'Helvetica Neue LT Std', textShadow: '1px 1px rgba(0,0,0,.8)'  });
Cufon.replace('#contentRight a.button2', { fontFamily: 'Helvetica Neue LT Std' });
