var bellgothic = { src: '/scripts/sifr/bellgothic.swf' };
var segoe = { src: '/scripts/sifr/segoe.swf' };

sIFR.activate(bellgothic);

sIFR.replace(bellgothic, {
  selector: 'h3.blue',
  css: '.sIFR-root { background-color: transparent;color:#003C72; font-weight:bold; text-align:left; leading: -14; }',
  wmode : 'transparent'
});
sIFR.replace(bellgothic, {
  selector: 'h3.gray',
  css: '.sIFR-root { background-color: transparent;color:#4d4d4d; font-weight:bold; text-align:left; leading: -14; }',
  wmode : 'transparent'
});
sIFR.replace(bellgothic, {
  selector: 'h3.white',
  css: '.sIFR-root { background-color: transparent;color:#ffffff; font-weight:bold; text-align:left; leading: -14; }',
  wmode : 'transparent'
});
sIFR.replace(bellgothic, {
  selector: '.tabbers',
  css: '.sIFR-root a{ background-color: transparent;color:#ffffff; font-weight:bold;font-size:12px; text-align:left; leading: -14;text-decoration:none; text-align:center; height:32px;}.sIFR-root a:hover{color:#ffffff;}',
  wmode : 'transparent'
});

/*sIFR.replace(bellgothic, {
  selector: '.menu_item_special',
  css: '.sIFR-root a{ background-color: transparent; color:#000000;  font-weight:bold; text-align:left;leading: -14; text-decoration:none;margin-left:37px;height:32px;font-size:12px;}.sIFR-root a:hover{color:#000000;}',
  wmode : 'transparent'
});*/