var lettertype = {
      src: 'flash/arial.swf'
};
var lettertype2 = {
      src: 'flash/perpetua.swf'
};

sIFR.activate(lettertype);

sIFR.replace(lettertype, {
selector: 'li .menu',
      css: [
      '.sIFR-root {font-size: 16px;}',
      'a {color: #ffffff; text-decoration: none;}',
      'a:hover {color: #3b2c1d; text-decoration: none;}'
      ],
      wmode: 'transparent', 
	  forceSingleLine: true
});

sIFR.replace(lettertype, {
selector: '.subitem',
      css: [
      '.sIFR-root {font-size: 12px; color: #dfd9c4; text-decoration: none;}',
      'a {font-size: 12px; color: #dfd9c4; text-decoration: none;}',
      'a:hover {font-size: 12px; color: #3b2c1d; text-decoration: none;}'
      ],
      wmode: 'transparent',
      forceSingleLine: true
});

sIFR.replace(lettertype2, {
selector: '.maintitle',
      css: [
      '.sIFR-root {font-size: 18px; color: #ffffff; text-transform: uppercase;}'
      ],
      wmode: 'transparent'
});

sIFR.replace(lettertype, {
selector: '.maintitlebinnen',
      css: [
      '.sIFR-root {font-size: 22px; color: #ffffff;}'
      ],
      wmode: 'transparent'
});
