Cufon.replace('li a span.t', {hover: 'true', hoverables: {span: 'true', a: 'true'}});										$('li a span.t').hover(function(){    $(this).css('color','#000000');    Cufon.refresh('li a span.t');// this is the mouse out},function(){    $(this).css('color','#ffffff');    Cufon.refresh('li a span.t');});
