var dszwFont = {
  src: '/flash/syntax-bold.swf'
};


sIFR.activate(dszwFont);

sIFR.replace(dszwFont, {
selector: '#mainMenuItems ul li .sifr'
,css: [
'.sIFR-root { color: #14347a; font-size: 12px; font-weight:normal; width: 100%; }'
,'a { text-decoration: none; color: #14347a; }'
,'a:hover { text-decoration: none; color: #14347a; }'
]
, wmode: 'transparent'
,fitExactly: true
,forceSingleLine: true
});


sIFR.replace(dszwFont, {
selector: '.sifrSearchText'
,css: [
'.sIFR-root { color: #ffffff; font-size: 16px; font-weight:normal;}'
]
, wmode: 'transparent'
,fitExactly: true
});

sIFR.replace(dszwFont, {
selector: '.menuTitle'
,css: [
'.sIFR-root { color: #000000; font-size: 12px; font-weight:normal; width: 100%; }'
]
, wmode: 'transparent'
,fitExactly: true
});