Cufon.replace('#navigation ul li',{
			fontFamily:'Gotham',
			hover:true,
			hoverables:{'li':true},
			ignore:{
			'ul':true
			},
			hover: {
				color:'#54534a' //you can also switch fonts using the hover function
			}
	});
