
        var menuitems = { src: 'http://www.kolenenolie.nl/website/templates/kolenenolie/swf/myriadprosemibold.swf' };
		var menuitemsbold = { src: 'http://www.kolenenolie.nl/website/templates/kolenenolie/swf/myriadproblack.swf' };
    
    // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
    // sIFR.useStyleCheck = true;
    sIFR.activate(menuitems);
  
    sIFR.replace(menuitemsbold, {
     selector: 'li#current div.item, li.active div.item'
      ,css: [
        '.sIFR-root { text-decoration: none; text-align: center; font-size: 16px; color: #2f3f4f; cursor: pointer; display: block}'
        ,'a { text-decoration: none; color: #2f3f4f; }'
				,'a:active { text-decoration: none; color: #2f3f4f; }'
        ,'a:link { color: #2f3f4f; text-decoration: none; }'
        ,'a:hover { color: #2f3f4f; text-decoration: none; }'
      ]
      ,wmode: 'transparent'	
  	  ,forceSingleLine: true	  
    });	
		
	  
    sIFR.replace(menuitems, {
     selector: 'div.item'
      ,css: [
        '.sIFR-root { text-decoration: none; text-align: center; font-size: 16px; color: #2f3f4f; cursor: pointer; display: block}'
        ,'a { text-decoration: none; color: #2f3f4f; }'
				,'a:active { text-decoration: none; color: #2f3f4f; }'
        ,'a:link { color: #2f3f4f; text-decoration: none; }'
        ,'a:hover { color: #2f3f4f; text-decoration: none; }'
      ]
      ,wmode: 'transparent'	
  	  ,forceSingleLine: true	  
    });	
	
    sIFR.replace(menuitems, {
      selector: 'td.contentheading, div.contentheading, h1'
      ,css: [
        '.sIFR-root { text-align: left; font-size: 24px; color: #074d90; }'
      ]
	  ,wmode: 'transparent'		
  	  ,forceSingleLine: true
  	  ,tuneWidth: true				
    })

    sIFR.replace(menuitems, {
      selector: 'h2, div.moduletable_eurolmenu h3'
      ,css: [
        '.sIFR-root { text-align: left; font-size: 17px; color: #074d90; }'
      ]
	  ,wmode: 'transparent'		
  	  ,forceSingleLine: true
  	  ,tuneWidth: true				
    })
		
    sIFR.replace(menuitems, {
      selector: 'td.contentheading_related'
      ,css: [
        '.sIFR-root { text-align: left; font-size: 18px; color: #074d90; }'
      ]
	  ,wmode: 'transparent'			
  	  ,forceSingleLine: true
  	  ,tuneWidth: true			
    })
