var trebuchet_ms = { src: '/lib/js/sifr436/fonts/trebuchetMS.swf' };


sIFR.useDomLoaded = false;                  // fixes FF3 problem of not wrapping the text
sIFR.activate(trebuchet_ms);

$('document').ready(
    function(){
        // left nav
        sIFR.replace(trebuchet_ms, {
            selector: '#topnav li div',
            css: '.sIFR-root a{ font-size: 14px; color: #fefdfd; cursor: pointer; text-decoration: none; } .sIFR-root a:hover{ color: #f2d08a; }',
            wmode: 'transparent'
        });
        
        // right nav
        sIFR.replace(trebuchet_ms, {
            selector: '#subnav li div',
            css: '.sIFR-root a{ font-size: 13px; color: #6f4d30; cursor: pointer; text-decoration: none; } .sIFR-root a:hover{ color: #f2d08a; }',
            wmode: 'transparent'
        });
        
        // h1
        sIFR.replace(trebuchet_ms, {
            selector: 'h1',
            css: '.sIFR-root{ font-size: 29px; color: #6f4d30; }',
            wmode: 'transparent'
        });
    }
);
