var Trebuchet = {
  src: '/public/scripts/sifrclass/flash/sifr.swf'
};
var Myriad = {
  src: '/public/scripts/sifrclass/flash/sifr1.swf'
};
sIFR.activate(Trebuchet, Myriad);

sIFR.replace(Trebuchet, {
  selector: 'h1'
  ,css: {
      '.sIFR-root': { 'text-align': 'left', 'background-color': '#ffffff', 'margin-top': '20px', 'font-size': '27px', 'font-weight': 'bold', 'color': '#d6d6d6' }
  }
  ,wmode: 'transparent'
  ,selectable: false
});
sIFR.replace(Myriad, {
  selector: '#menu>li'
  ,css: {
      '.sIFR-root': { 'text-align': 'center', 'background-color': '#ffffff', 'font-size': '17px', 'font-weight': 'normal', 'color': '#ffffff' },
		'a': { 'text-decoration': 'none' },
		'a:link': { 'color': '#ffffff' },
		'a:hover': { 'color': '#f1dc79' }
  }
  ,wmode: 'transparent'
  ,selectable: false
});
