var lubalingraph = {
	src: '/library/sifr/flash/lubalingraph.swf'
};

sIFR.activate(lubalingraph);

/* Top Nav Headings ---------------------------------------------------------------------------*/

sIFR.replace(lubalingraph, {
	selector: '.latest h2',
	
	css: [
	'.sIFR-root { font-weight:normal; color:#555555; }',
	
	'a { font-weight:normal; color:#555555; cursor: pointer; text-decoration: none; }',
	'a:hover { color:#222222; cursor: pointer; }',
	],
	
	tuneHeight: '-10',
	wmode: 'transparent'
	});


/* Main Nav ----------------------------------------------------------------------------------*/

sIFR.replace(lubalingraph, {
	selector: '.menu li',
	
	css: [
	'.sIFR-root { font-weight:normal; color:#555555; }',
	
	'a { font-weight:normal; color:#555555; cursor: pointer; text-decoration: none; }',
	'a:hover { color:#222222; cursor: pointer; }',
	],
	
	preventWrap: true,
	forceWidth: true,
	fitExactly: true,
	forceSingleLine: true,
	
	tuneHeight: '-10',
	wmode: 'transparent'
	});