var gotham = { src:'/_js/gotham-medium.swf' };

sIFR.activate(gotham);

sIFR.replace(gotham, {
	selector:'#main h2',
	wmode:'transparent',
	css:'.sIFR-root { font-size:24px; text-transform:uppercase; color:#75b61f; }'
});

sIFR.replace(gotham, {
	selector: '#nav div',
	forceSingleLine:true,
	fixWrap:true,
	wmode:"transparent",
	css: [
 	'.sIFR-root { font-weight: normal; font-size:18px; color:#666666; text-transform:uppercase; }'
 	,'a { text-decoration: none; color:#666666; }'
 	,'a:hover { color: #75b61f; }'
 	]
});
