var gotham = { src: '/media/js/sifr/gotham-bold.swf' };
sIFR.activate(gotham);

sIFR.replace(gotham, {
  selector: 'div#hd ul.navigation li.selected',
  css: [
    '.sIFR-root { color: #FF0000; text-decoration:none; margin-left:15px; text-transform:uppercase; line-height:42px; }',
    'a { color:#254661; text-decoration:none; }',
    'a:hover { color:#254661; }'
    ],
    wmode: 'transparent'
});

sIFR.replace(gotham, {
  selector: 'div#hd ul.navigation li',
  css: [
    '.sIFR-root { color: #FF0000; text-decoration:none; margin-left:15px; text-transform:uppercase; }',
    'a { color:#6093bb; text-decoration:none; }',
    'a:hover { color:#254661; }'
    ],
    wmode: 'transparent'
});


