var florencesans = {
      src: 'sifr/florencesans.swf'
};

var knockout = {
      src: 'sifr/knockout.swf'
};

sIFR.activate(florencesans);

sIFR.replace(florencesans, {
      selector: '#nav li',
	  css: [
			'.sIFR-root { color:#fefefe }',
			'a { color:#ffffff; text-decoration:none }',
			'a:hover { color:#cbcbcb; text-decoration:none }'
			],
      wmode: 'transparent',
	  forceSingleLine: true
});

sIFR.activate(knockout);

sIFR.replace(knockout, {
      selector: 'h2',
	  css: [
			'.sIFR-root { color:#605555 }'
			],
      wmode: 'transparent'
});