$(document).ready(function(){
	Cufon.replace('.cufon', {
		hover: true,
		fontFamily: 'regular'
	});
	
	Cufon.replace('.cufon-light', {
		hover: true,
		fontFamily: 'light'
	});

	
	//$("#menu li").hover(
	//  function () {
	//	$(this).addClass("hover");
	//  }, 
	//  function () {
	//	$(this).removeClass("hover");
	//  }
	//);
})
