var lettertype = {
      src: 'flash/clerkenwell.swf'
};
sIFR.activate(lettertype);

sIFR.replace(lettertype, {
selector: '.menu',
      css: [
      '.sIFR-root {font-size: 18px; color: #2a2a2a; text-decoration: none; text-transform: uppercase;}',
      'a {font-size: 18px; color: #2a2a2a; text-decoration: none;}',
      'a:hover {font-size: 18px; color: #ffffff; text-decoration: none;}'
      ],
      wmode: 'transparent',
	  forceSingleLine: true
});

sIFR.replace(lettertype, {
selector: '.leftcontentheader',
      css: [
      '.sIFR-root {font-size: 17px; color: #ffffff; text-decoration: none; letter-spacing: 1.3;}',
      'a {font-size: 17px; color: #ffffff; text-decoration: none; letter-spacing: 1.3;}',
      ],
      wmode: 'transparent'
});

sIFR.replace(lettertype, {
selector: '.eyecatcherheader',
      css: [
      '.sIFR-root {font-size: 24px; color: #dada17; text-decoration: none; letter-spacing: 1.3;}',
      'a {font-size: 24px; color: #dada17; text-decoration: none; letter-spacing: 1.3;}',
      ],
      wmode: 'transparent'
});

sIFR.replace(lettertype, {
selector: '.colheader',
      css: [
      '.sIFR-root {font-size: 24px; color: #dada17; text-decoration: none; letter-spacing: 1.3;}',
      'a {font-size: 24px; color: #dada17; text-decoration: none; letter-spacing: 1.3;}',
      ],
      wmode: 'transparent'
});