var myrpro = {
	src: '/assets/templates/safe/flash/myrpro.swf'
};


sIFR.prefetch(myrpro);

sIFR.activate(myrpro);

sIFR.replace(myrpro, {
	selector: '#head-nav ul li',
	css: {
		'.sIFR-root': {
			'font-size': '15',
			'font-weight' : 'bold',
			'display' : 'block',
			'clear' : 'none',
			'letter-spacing' : '-1',
			'color' : '#1f3c6f',
			'line-height' : '22px'
		},
		'a' : {
			'margin' : '0px',
			'padding' : '0px',
			'color' : '#1f3c6f',
			'text-decoration' : 'none'
		},
		//'a:link' : {
		//	'color' : '#1f3c6f',
		//	'text-decoration' : 'none'
		//},
		//'a:visited' : {
		//	'color' : '#1f3c6f'
		//},
		'a:hover' : {
			'color' : '#e5d26d',
			'text-decoration' : 'none'
		}
	},
	fitExactly:true,
	tuneWidth:1,
	tuneHeight:4,
	fixHover:true,
	wmode: 'transparent'
});

sIFR.replace(myrpro, {
	selector: '#content-main h1',
	css: { '.sIFR-root' : {
			'margin' : '0px 0px 9px 0px',
			'padding' : '0px',
			'font-size' : '32px',
			'line-height' : 'normal',
			'color' : '#e5d26d',
			'font-weight' : 'bold'
			}
	},
	fitExactly:true,
	tuneWidth:3,
	wmode: 'transparent'
});

sIFR.replace(myrpro, {
	selector: '#content-main-home h1',
	css: { '.sIFR-root' : {
			'margin' : '0px 0px 9px 0px',
			'padding' : '0px',
			'font-size' : '32px',
			'line-height' : 'normal',
			'color' : '#e5d26d',
			'font-weight' : 'bold'
			}
	},
	fitExactly:true,
	tuneWidth:3,
	wmode: 'transparent'
});

sIFR.replace(myrpro, {
	selector: '#content-main-home h2',
	css: { '.sIFR-root' : {
			'margin' : '0px 0px 9px 0px',
			'padding' : '0px',
			'font-size' : '22px',
			'line-height' : 'normal',
			'color' : '#e5d26d',
			'font-weight' : 'bold'
			}
	},
	fitExactly:true,
	tuneWidth:3,
	wmode: 'transparent'
});

sIFR.replace(myrpro, {
	selector: '#content-main h2',
	css: { '.sIFR-root' : {
			'margin' : '0px 0px 9px 0px',
			'padding' : '0px',
			'font-size' : '22px',
			'line-height' : 'normal',
			'color' : '#e5d26d',
			'font-weight' : 'bold'
			}
	},
	fitExactly:true,
	tuneWidth:3,
	wmode: 'transparent'
});