var avenir95 = {
  src: '/images/avenir95.swf'
};

sIFR.useStyleCheck = true;
sIFR.activate(avenir95);

sIFR.replace(avenir95, {
  selector: 'h2', 
  ratios: [9, 1.16, 16, 1.09, 24, 1.06, 37, 1.04, 74, 1.02, 1.01], 
  wmode: 'transparent', 
  tuneHeight: -6, 
  css: [ '.sIFR-root { text-transform: uppercase; font-size: 10px; color: #585858;}'
  ]
});

sIFR.replace(avenir95, {
  selector: '#navigation li', 
  ratios: [9, 1.16, 16, 1.09, 24, 1.06, 37, 1.04, 74, 1.02, 1.01], 
  wmode: 'transparent', 
  tuneHeight: -6,
  tuneWidth: 3,
  css: [ 
    '.sIFR-root { text-transform: uppercase; font-size: 10px; color: #bdbdbd; text-align: right;',
    'a { text-decoration: none; }',
    'a:link { color: #585858; }',
    'a:hover { color: #282828; }'
    ]
});