var unitedSansHeavy	= { src: config.$baseURL + 'image/sifr/united_sans_heavy.swf' };
sIFR.activate(unitedSansHeavy);

/**
* HEADINGS
*/
sIFR.replace(unitedSansHeavy,
{
	selector		: 'h1,h2',
	css				: [
		'.sIFR-root	{ leading: 0; font-size: 22px; color: #FFFFFF; text-transform: uppercase; }',
		'a			{ color: #FFFFFF; text-decoration: none; }',
		'a:hover	{ color: #FFFFFF; text-decoration: none; }'
	],
	wmode			: 'transparent',
	offsetTop		: 1,
	offsetLeft		: 0
});

/**
* MENU
*/
sIFR.replace(unitedSansHeavy,
{
	selector		: '#menu ul li',
	css				: [
		'.sIFR-root	{ leading: 0; font-size: 12px; color: #FFFFFF; text-transform: uppercase; background-color: #000000; text-align: right; }',
		'a			{ color: #FFFFFF; text-decoration: none; }',
		'a:hover	{ color: #FFFFFF; text-decoration: none; }'
	],
	wmode			: 'window',
	offsetTop		: 6,
	offsetLeft		: -8,
	tuneWidth		: 5,
	tuneHeight		: 6
});
