var myriad = { src: 'fx/gillsans.swf' };

sIFR.activate(myriad);

sIFR.replace(myriad, {

  selector: '#mainMenu .menuItema',

  css: ['.sIFR-root { background-color: #ffffff; color: #696969; font-size: 11px; line-height: 1em;}',
  		'a { text-decoration: none; font-size: 11px;}',
        'a:link { color: #696969; }',
        'a:hover { text-decoration: underline; color: #28599b; }'],
  
  tuneHeight: '0' ,
  
  offsetTop: '0', 
  
  wmode: 'transparent'

});

sIFR.replace(myriad, {

  selector: '.dzialTitle',

  css: ['.sIFR-root { background-color: #ffffff; color: #28599b; font-size: 22px; line-height: 1em;}'],
  
  tuneHeight: '-7' ,
  
  offsetTop: '2', 
  
  wmode: 'transparent'

});

sIFR.replace(myriad, {

  selector: '.dzialTitleLeft',

  css: ['.sIFR-root { background-color: #ffffff; color: #28599b; font-size: 22px; line-height: 1em; text-align: right; }'],
  
  tuneHeight: '-7' ,
  
  offsetTop: '2', 
  
  wmode: 'transparent'

});
