var copperplate = { src: '/flash/copperplate.swf' };

sIFR.activate(copperplate);

sIFR.replace(copperplate, {
  selector: 'h1',
  css: '.sIFR-root { background-color: transparent; color: #000000; text-align: center; }',
  wmode: 'transparent'
});

sIFR.replace(copperplate, {
  selector: '.menu_thumbnail_container h2',
  css: [ '.sIFR-root { background-color: transparent; color: #000000; text-align: center; }',
			'a { color: #000000; text-decoration: underline; }',
      		'a:link { color: #000000; }',
      		'a:hover { text-decoration: underline; color: #B02900; }'
		],
wmode: 'transparent'
});

sIFR.replace(copperplate, {
  selector: 'h2',
  css: '.sIFR-root { background-color: transparent; color: #000000; text-align: center; }',
  wmode: 'transparent'
});

sIFR.replace(copperplate, {
  selector: 'h3',
  css: '.sIFR-root { background-color: transparent; color: #000000; text-align: center; }',
  wmode: 'transparent'
});

/* This must be before the p selector in order to work */
sIFR.replace(copperplate, {
  selector: '#top_nav p.selected',
  wmode: 'transparent',
  css: [ '.sIFR-root { background-color: transparent; text-align: center; margin: 0; padding: 0;}',
		'a { text-decoration: none; color: #e6d995; }',
		'a:hover { text-decoration: underline; color: #e6d995; }'
		]
});

sIFR.replace(copperplate, {
  selector: '#top_nav p',
  wmode: 'transparent',
  css: [ '.sIFR-root { background-color: transparent; text-align: center; margin: 0; padding: 0;}',
		'a { text-decoration: none; color: #000000; }',
		'a:hover { text-decoration: underline; color: #e6d995; }'
		]
});


