function initCufon() {
	Cufon.replace('#nav > li > strong a', { fontFamily: 'Gotham Rounded Bold', hover: true });
	_refresh('#nav li','#nav > li > strong a');
	function _refresh(_x,_y) {$(_x).hover(function(){$(this).addClass('hover');},function() {$(this).removeClass('hover');setTimeout(function(){Cufon.refresh(_y)}, 10);});}
}

$(function(){
	initCufon();
});
