/***********************************************************************

Author:     Arno Hoogma
URL:        http://www.4rn0.nl

***********************************************************************/



var interStateRegular = { src: 'assets/swf/interstate-regular.swf' };
sIFR.activate(interStateRegular);

sIFR.replace(interStateRegular, {
	selector: 'div#portfolioNavigation ul li.active',
	ratio: '[9,1.16,16,1.09,24,1.06,37,1.04,74,1.02,1.01]',
	fitExactly: true,
	tuneHeight: -1,
	tuneWidth: 5,
	css: [
		'.sIFR-root { color: #000000; font-size: 12px; }',
		'a { color: #000000; text-decoration: none; }',
		'a:hover { color: #000000; }'
	]
});

sIFR.replace(interStateRegular, {
	selector: 'div#portfolioNavigation ul li',
	ratio: '[9,1.16,16,1.09,24,1.06,37,1.04,74,1.02,1.01]',
	fitExactly: true,
	tuneHeight: -1,
	tuneWidth: 5,
	css: [
		'.sIFR-root { color: #000000; font-size: 12px; }',
		'a { color: #9c9e9f; text-decoration: none; }',
		'a:hover { color: #000000; }'
	]
});
