function initCufon() {
	Cufon.replace('#nav li,', { fontFamily: 'Calisto MT', hover:true });
}

$(document).ready(function(){
	initCufon();
});
