  var neoSans = {
    src: '/sifr/neoSans.swf'
  };

  sIFR.useStyleCheck = true;
  /*sIFR.prefetch = {src: '/sifr/neoSans.swf'};*/
  sIFR.activate(neoSans);

  sIFR.replace(neoSans, 
		{wmode: 'transparent',
		selector: 'ul#topNavigation li.active', 
			ratios: [10, 1.32, 16, 1.27, 19, 1.23, 25, 1.22, 30, 1.21, 32, 1.19, 33, 1.2, 37, 1.19, 38, 1.2, 51, 1.19, 55, 1.18, 56, 1.19, 84, 1.18, 86, 1.17, 88, 1.18, 89, 1.17, 90, 1.18, 93, 1.17, 94, 1.18, 1.17]
			,css: [
			'.sIFR-root {color:#A2232A; text-align: center}'
			,'a { text-decoration:none; color: #A2232A; font-size: 11px; }'
	  		,'a:link { text-decoration:none; color: #A2232A; font-size: 110px; }'
	  		,'a:hover { color: #A2232A; }'
			,'a:active { color: #A2232A; }'
			]

});

  sIFR.replace(neoSans, 
		{wmode: 'transparent',
		selector: 'ul#topNavigation li', 
			ratios: [10, 1.32, 16, 1.27, 19, 1.23, 25, 1.22, 30, 1.21, 32, 1.19, 33, 1.2, 37, 1.19, 38, 1.2, 51, 1.19, 55, 1.18, 56, 1.19, 84, 1.18, 86, 1.17, 88, 1.18, 89, 1.17, 90, 1.18, 93, 1.17, 94, 1.18, 1.17]
			,css: [
			'.sIFR-root {color:#939598; text-align: center}'
			,'a { text-decoration:none; color: #D5D5D5; font-size: 11px; }'
	  		,'a:link { text-decoration:none; color: #D5D5D5; font-size: 110px; }'
	  		,'a:hover { color: #A2232A; }'
			,'a:active { color: #A2232A; }'
			]

});

  sIFR.replace(neoSans, {selector: 'ul.subNavigation li span.inactive', wmode: 'transparent', forceSingleLine: 'true', css: 
			['.sIFR-root {color:#FFFFFF; font-size: 13px;}'
			 ,'a { text-decoration:none; color: #FFFFFF; }'
			 ,'a:link { text-decoration:none; color: #FFFFFF; }'
			 ,'a:hover { color: #A2232A; }'
			 ,'ul li{display: none;}' //tvivlsomt om denne løsning er holdbar
			 ]
});

  sIFR.replace(neoSans, {selector: 'ul.subNavigation li span.active', wmode: 'transparent', forceSingleLine: 'true', css: 
			['.sIFR-root {color:#A2232A; font-size: 13px;}'
			 ,'a { text-decoration:none; color: #A2232A; }'
			 ,'a:link { text-decoration:none; color: #A2232A; }'
			 ,'a:hover { color: #A2232A; }'
			 ,'ul li{display: none;}' //tvivlsomt om denne løsning er holdbar
			 ]
});

  sIFR.replace(neoSans, {selector: 'p#frontText', wmode: 'transparent', css: ['.sIFR-root {color:#FFFFFF; font-size: 15px;}']});

  sIFR.replace(neoSans, {selector: '#sidebar h1', wmode: 'transparent', css: ['.sIFR-root {color:#FFFFFF; font-size: 26px;}'
			 ,'a { text-decoration:none; color: #FFFFFF; text-decoration: none;}'
			 ,'a:link { text-decoration:none; color: #FFFFFF; }'
			 ,'a:hover { color: #FFFFFF; }'
]
});
  
  
  sIFR.replace(neoSans, {selector: '#content h2', css: ['.sIFR-root {color:#E11E22; font-size: 20px; font-weight: bold;}'
			 ,'a { text-decoration:none; color: #E11E22; text-decoration: none;}'
			 ,'a:link { text-decoration:none; color: #E11E22; }'
			 ,'a:hover { color: #E11E22; }'
]
});

  sIFR.replace(neoSans, {selector: '.frontHouse h3', css: ['.sIFR-root {color:#E11E22; font-size: 14px; text-align: center; font-weight: bold;}'
			 ,'a { text-decoration:none; color: #E11E22; text-decoration: none;}'
			 ,'a:link { text-decoration:none; color: #E11E22; }'
			 ,'a:hover { color: #E11E22; }'
]
});

  sIFR.replace(neoSans, {selector: 'h3', css: ['.sIFR-root {color:#E11E22; font-size: 14px; text-align: left; font-weight: bold;}']});
  
  //sIFR.replacements['li.active'][0].changeCSS({'.sIFR-root': {'font-weight': 'bold'},'a': {'color': '#000000','text-decoration': 'none'},'a:hover': {'color': '#000000'}});

  //sIFR.debug.ratios({ src: 'gilSansStd', selector: 'ul#topNavigation li' });