var Trajan = {
    src: 'flash/trajan.swf'
};
sIFR.useStyleCheck = true;
sIFR.activate(Trajan);

sIFR.replace(Trajan, {
    selector: 'ul#nav li'
	,wmode:'transparent'
	,fitExactly: true
	,forceWidth: true
	,preventWrap: true
	,forceSingleLine: true
    ,css: {
		'.sIFR-root': { 'font-size': '20px', 'text-align': 'center'}
		,'a': {'color': '#ffffff'}
		,'a:hover': {'color': '#e4d2ab'}
		,'.current': {'color': '#e4d2ab'} 
    }
});
sIFR.replace(Trajan, {
    selector: 'h2#home'
	,wmode:'transparent'
    ,css: {
		'.sIFR-root': { 'font-size': '24px', 'color': '#02422a'}
    }
});


sIFR.replace(Trajan, {
    selector: 'h1'
	,wmode:'transparent'
    ,css: {
		'.sIFR-root': { 'font-size': '34px', 'color': '#02422a'}
    }
});



//MAY NOT WORK
/*sIFR.prototype.draw = function(){
	sIFR.replace(Trajan, {
		selector: 'h1.home'
		,wmode:'transparent'
		,css: {
			'.sIFR-root': { 'color': '#8fdbff', 'font-size': '18px'}
		}
	});	
}*/