$(document).ready(function(){
	
	Cufon.replace('h1,h2,h3,h4,h5, #siteName, #siteRights', {
		fontFamily: 'Myriad Pro',
		textShadow: '2px 2px #000000'
    });
	
	
    Cufon.replace('#mainMenu a', {
		fontFamily: 'Myriad Pro',
		textShadow: '2px 2px #000000',
		hover : {
			color: '-linear-gradient(#fff, #555)'
		}
    });
   
});
