 jQuery(document).ready(function() {

        jQuery(function() {
            jQuery('.navigation ul').superfish({
                delay: 100,
                animation: {
                    opacity: 'show'
                },
                pathLevels: 1,
                autoArrows: false,
                speed: 'fast'
            });
        });
        
        Cufon.replace(' .navigation > ul > li > a ', {	color: '-linear-gradient(white, #A8A8A8)',textShadow: '1px 1px black'});
  
        Cufon.replace('h1,h2,h3,h4,h5,h6 ', {	});
        
    });
