var delicious = {  src: 'http://www.ceaver.nl/ceaver/includes/sifr/delicious.swf'
};

sIFR.activate(delicious);

// Voorstel 1/2

sIFR.replace(delicious, {
	selector: '#nav li'
	,css: [
      '.sIFR-root { text-align: center; font-weight: bold; color: #FFFFFF; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #FFFFFF; }'
      ,'a:hover { color: #99CCFF; cursor: pointer; }'
    ]
	,wmode: 'transparent'
});

sIFR.replace(delicious, {
	selector: '#leftcol h1'
	,css: [
		'.sIFR-root: { color: #000000; font-weight: bold; }'
	]
	,wmode: 'transparent'
});

sIFR.replace(delicious, {
	selector: '#rightcol h1'
	,css: {
		'.sIFR-root': { 'color': '#DEE0E1' }
	}
	,wmode: 'transparent'
});

// Voorstel 3


sIFR.replace(delicious, {
	selector: '#menu li'
	,css: [
      '.sIFR-root { text-align: left; font-weight: normal; color: #FFFFFF; }'
      ,'a { text-decoration: none; letter-spacing: 1; }'
      ,'a:link { color: #FFFFFF; }'
      ,'a:hover { color: #FFFFFF; cursor: pointer; }'
    ]
	,wmode: 'transparent'
});

sIFR.replace(delicious, {
	selector: '#submenu li'
	,css: [
      '.sIFR-root { text-align: left; font-weight: normal; color: #FFFFFF; }'
      ,'a { text-decoration: none; letter-spacing: 1; }'
      ,'a:link { color: #FFFFFF; }'
      ,'a:hover { color: #FFFFFF; cursor: pointer; }'
    ]
	,wmode: 'transparent'
});

sIFR.replace(delicious, {
	selector: '#language h3'
	,css: [
      '.sIFR-root { text-align: left; font-weight: normal; color: #000000; }'
	  ,'a { text-decoration: none; letter-spacing: 1; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #dcdcdd; cursor: pointer; }'
    ]
	,wmode: 'transparent'
});
