var monotype = {
  src: 'flash/monotype.swf' 
};

sIFR.activate(monotype);

sIFR.replace(monotype, {
    selector: 'h1.sifr',
	css: [ '.sIFR-root {background-color: #000000; color: #ffffff; font-weight: bold;}' ],
	tuneHeight: '0',	
    wmode: 'transparent'	
});

sIFR.replace(monotype, {
    selector: 'li.navtext',
	css: [ 
        '.sIFR-root {background-color: #000000; color: #ffffff; text-align:center; font-size:17px;}' ,
        'a { text-decoration: none; color: #ffffff;}',
    	'a:hover {color: #bbb9ba;}',
    	'a:focus {color: #bbb9ba;}',
    	'a:active {color: #bbb9ba;}'        
     ],
	tuneHeight: '0',	
    wmode: 'transparent'	
});

sIFR.replace(monotype, {
    selector: '.linktext',
	css: [ 
        '.sIFR-root {background-color: #000000; color: #FFFFFF; letter-spacing: 1;font-size:13px; }' ,
        'a { text-decoration: none; color: #ffffff;}',
    	'a:hover {color: #bbb9ba;}',
    	'a:focus {color: #bbb9ba;}',
    	'a:active {color: #bbb9ba;}'        
     ],
	tuneHeight: '0'	
});


