// JavaScript Document


      // initialise plugins
        jQuery(function() {
            $(document).ready(function() {
                $("ul.sf-menu").supersubs({
                    minWidth: 16,   // minimum width of sub-menus in em units 
                    maxWidth: 28,   // maximum width of sub-menus in em units 
                    extraWidth: 1     // extra width can ensure lines don't sometimes turn over 
                    // due to slight rounding differences and font-family 
                }).superfish({
                    animation: { opacity: 'show', height: 'show' },
                    speed: 'fast',
                    autoArrows: false,
                    dropShadows: false
                }).find('ul').bgIframe({ opacity: false });
            });
        });

        
 		Cufon.replace('a#button,h1,h2,h3,h4,, #search h2', { hover: true }, { fontFamily: '232MKSDRoundMedium' } );
		Cufon.replace('.sf-menu li a', { fontFamily:'232MKSDRoundMedium' });
        
	

		
		
