function initCufon() {
	Cufon.replace('#nav li', { fontFamily: 'Lucida Sans', hover: true });
}
$(document).ready(function(){
	initCufon();
});
