    var chub = {
      src: 'scripts/sifr3/font/chub.swf'
    };

    // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
//sIFR.useStyleCheck = true;
sIFR.activate(chub);
//#5f6062
sIFR.replace(chub, {
  selector: '.hoofdmenu_button, .hoofdmenu_button_active'
  ,css: [
      '.sIFR-root {leading: 0; letter-spacing: 0;}'
	  ,'a { text-decoration: none; }'
      ,'a:link { color: #FFFFFF; }'
	  ,'a:visited { color: #FFFFFF; }'
      ,'a:hover { color: #000000; }'
    ]
  ,wmode: 'transparent'
});
