
		var trajan = {
			 src: '/sifr3/futura_xblk_bt2.swf' 		};
	
		sIFR.activate(trajan);

		sIFR.replace(trajan, {
			selector: '#menu li.odd',
			css: [
			'.sIFR-root { font-size: 17px; color: #000000 }',
			'a { color: #ffffff; text-decoration: none; }',
			'a:hover { color: #dfdfdf; text-decoration: none; }',
			],
			filters: {
  DropShadow: {
    knockout: false
    ,distance: 2
    ,color: '#000000'
    ,strength: 1.1
    ,angle: 47
  }
}
,
			wmode: 'transparent'
		});

		sIFR.replace(trajan, {
			selector: '#menu li.odd2',
			css: [
			'.sIFR-root { font-size: 17px; color: #000000 }',
			'a { color: #ffffff; text-decoration: none; }',
			'a:hover { color: #dfdfdf; text-decoration: none; }',
			]
,
			wmode: 'transparent'
		});

