var trebuchet = {
  src: '/Content/files/trebuchet.swf'
};

sIFR.activate(trebuchet); // From revision 209 and onwards

sIFR.replace(trebuchet, {
  selector: '.tabtitle',
  preventWrap: true,
  wmode: 'transparent',css: {
      '.sIFR-root': { 'color': '#ffffff', 'font-weight': 'bold', 'text-align': 'left' }
    }
});

sIFR.replace(trebuchet, {
  selector: '.menuitemopen .menucenter',
  wmode: 'transparent',
  preventWrap: true,
  color: '#000000', css: {
      '.sIFR-root': { 'color': '#000000', 'font-weight': 'bold' },
      'a': {'color': '#000000', 'text-decoration': 'none'},
      'a:hover': {'color': '#000000', 'text-decoration': 'none'}
    }
});

sIFR.replace(trebuchet, {
  selector: '.menuitem .menucenter span',
  preventWrap: true,
  wmode: 'transparent',css: {
      '.sIFR-root': { 'color': '#FFFFFF', 'font-weight': 'bold' },
      'a': {'color': '#FFFFFF', 'text-decoration': 'none'},
      'a:hover': {'color': '#FFFFFF', 'text-decoration': 'none'}
    }
});

sIFR.replace(trebuchet, {
  selector: '.datetitle td',
  preventWrap: true,
  wmode: 'transparent',css: {
      '.sIFR-root': { 'color': '#000000', 'font-weight': 'bold', 'text-align': 'left' }
    }
});