var gotham = {
  src: 'http://www.gatewaytomilwaukee.com/assets/sifr/gotham.swf'
};

// From revision 209 and onwards
sIFR.activate(gotham);


sIFR.replace(gotham, {
wmode: 'transparent'
,selector: '.nav_side h3'
,css: [
	'.sIFR-root { color: #111111; text-transform: uppercase; }'
	]
	,tuneHeight: '-6'
});


sIFR.replace(gotham, {
wmode: 'transparent'
,selector: 'h3'
,css: [
	'.sIFR-root { color: #547034; text-transform: uppercase; }'
	,'a { text-decoration: none; }'
	,'a:link { color: #3b3b3b; }'
	,'a:visited { color: #3b3b3b; }'
	,'a:hover { color: #e66925; }'
	]
	,tuneHeight: '-6'
});



sIFR.replace(gotham, {
	 wmode: 'transparent'
	 ,selector: 'h4'
	,css: [
		'.sIFR-root { color: #14659E; letter-spacing: -1; }'
		,'a { text-decoration: none; }'
		,'a:link { color: #14659E; }'
		,'a:visited { color: #14659E; }'
		,'a:hover { color: #547034; }'
	]
});