var lettertype = {
      src: 'flash/arialrounded.swf'
};

sIFR.activate(lettertype);

sIFR.replace(lettertype, {
selector: '.menu',
      css: [
      '.sIFR-root {font-size: 14px; color: #ffffff; text-decoration: none;}',
      'a {font-size: 14px; color: #ffffff; text-decoration: none;}',
      'a:hover {font-size: 14px; color: #a9cbf1; text-decoration: none;}'
      ],
      wmode: 'transparent',
	  forceSingleLine: true
});

sIFR.replace(lettertype, {
selector: '.rightcontentleftheader',
      css: [
      '.sIFR-root {font-size: 15px; color: #3f8743; text-decoration: none; text-transform: uppercase;}'
      ],
      wmode: 'transparent',
	  forceSingleLine: true
});

