var eurostile = { src: '/Portals/0/Skins/ITX/eurostile.swf' };
var eurostileh = { src: '/Portals/0/Skins/ITX/eurostile-heavy.swf' };

sIFR.activate(eurostile,eurostileh);

sIFR.replace(eurostile, {
  selector: 'p.pagetitle',
  css: '.sIFR-root { background-color: transparent; color: #ffffff;}',
  wmode: 'transparent'
});


sIFR.replace(eurostileh, {
  selector: 'p.leftmenutitle',
  css: [
	'.sIFR-root { background: red; font-size:14px; text-transform:uppercase;}'
	,'a { text-decoration: none; color: #006699;}'
	,'a:link { color: #006699; }'
	,'a:visited { color: #006699; }'
	,'a:hover { color: #006699; }'
	,'a:active { color: #006699; }'
	],  
  wmode: 'transparent'
});

sIFR.replace(eurostileh, {
  selector: 'p.currentleftmenutitle',
  css: [
	'.sIFR-root { background: red; font-size:14px; text-transform:uppercase;}'
	,'a { text-decoration: none; color: #000000;}'
	,'a:link { color: #000000; }'
	,'a:visited { color: #000000; }'
	,'a:hover { color: #000000; }'
	,'a:active { color: #000000; }'
	],  
  wmode: 'transparent'
});


sIFR.replace(eurostileh, {
  selector: 'p.pagetitlehome',
  css: '.sIFR-root { background-color: transparent; color: #ffffff;}',
  wmode: 'transparent'
});
