var eurostile = {
  src: '/sifr/eurostile.swf'
};
sIFR.activate(eurostile);
sIFR.replace(eurostile, {
  selector: 'h3.sifr'
    ,css: [
      '.sIFR-root { text-align: left; color: #ffffff;  }'
      ,'a { text-decoration: none; }'
    ],
	wmode: 'transparent'
});
sIFR.replace(eurostile, {
  selector: 'h4.span-menu-button'
	,css: [
	  '.sIFR-root { text-align: right; color: #ffffff;  }'
	  ,'a:link { text-decoration: none; color: #ffffff;}'
	  ,'a:visited { text-decoration: none; color: #ffffff;}'
	  ,'a:active { text-decoration: none; color: #ffffff;}'
	  ,'a:hover { text-decoration: none; color: #ffffff;}'	  
	],
	wmode: 'transparent'
});
sIFR.replace(eurostile, {
  selector: 'h4.span-menu-button-selected'
	,css: [
	  '.sIFR-root { text-align: right; color: #fac670;  }'
	  ,'a:link { text-decoration: none; color: #fac670;}'
	  ,'a:visited { text-decoration: none; color: #fac670;}'
	  ,'a:active { text-decoration: none; color: #fac670;}'
	  ,'a:hover { text-decoration: none; color: #fac670;}'	  
	],
	wmode: 'transparent'
});

