var gotham = {src: '/flash/sifr/sifr_gotham.swf'};
var machine = {src: '/flash/sifr/sifr_machine.swf'};

/*
var MNU_COL_INACTIVE = '#e4e3e1';
var MNU_COL_ACTIVE = '#a29b86';
var SUB_MNU_COL_INACTIVE = '#2c3331';
var SUB_MNU_COL_ACTIVE = '#6b7673';
var SIDE_MNU_COL_INACTIVE = '#383434';
var SIDE_MNU_COL_ACTIVE = '#b32b19';
*/

var MNU_COL_INACTIVE = '#FFFFFF';
var MNU_COL_ACTIVE = '#cc0000';
var SUB_MNU_COL_INACTIVE = '#FFFFFF';
var SUB_MNU_COL_ACTIVE = '#cc0000';
var SIDE_MNU_COL_INACTIVE = '#FFFFFF';
var SIDE_MNU_COL_ACTIVE = '#cc0000';


sIFR.activate(gotham,machine);

// top-menu: inactive selector 

sIFR.replace(machine, {
    selector: '.menu ul li.inactive'
    ,forceSingleLine: true
    ,wmode:"transparent"
    ,tuneWidth:0
    ,tuneHeight:0
    ,css: [
      '.sIFR-root {font-size:21px;}'
      ,'a {text-decoration:none;text-transform:uppercase;}'
      ,'a:link {color:'+MNU_COL_INACTIVE+';}'
      ,'a:hover {color:'+MNU_COL_ACTIVE+';}'
    ]
  });

sIFR.replace(machine, {
    selector: '.menu ul li.active'
    ,forceSingleLine: true
    ,wmode:"transparent"
    ,tuneWidth:0
    ,tuneHeight:0
    ,css: [
      '.sIFR-root {font-size:21px;}'
      ,'a {text-decoration:none;text-transform:uppercase;}'
      ,'a:link {color:'+MNU_COL_ACTIVE+';}'
      ,'a:hover {color:'+MNU_COL_ACTIVE+';}'
    ]
  });

/**/  

sIFR.replace(gotham, {
    selector: '.subsection ul li.inactive'
    ,forceSingleLine: true
    ,wmode: "transparent"
    ,css: [
      '.sIFR-root {font-size:12px;font-weight:bold;}'
      ,'a {text-decoration:none;text-transform:uppercase;}'
      ,'a:link {color:'+SUB_MNU_COL_INACTIVE+';}'
      ,'a:hover {color:'+SUB_MNU_COL_ACTIVE+';}'
    ]
  });

sIFR.replace(gotham, {
    selector: '.subsection ul li.active'
    ,forceSingleLine: true
    ,wmode: "transparent"
    ,css: [
      '.sIFR-root {font-size:12px;font-weight:bold;}'
      ,'a {text-decoration:none;text-transform:uppercase;}'
      ,'a:link {color:'+SUB_MNU_COL_ACTIVE+';}'
      ,'a:hover {color:'+SUB_MNU_COL_ACTIVE+';}'
    ]
  });


sIFR.replace(machine, {
    selector: '.contentsection .contenttype5 .col2 .rightteaserlist .inactive'
    ,wmode: "transparent"
    ,tuneWidth:2
    ,tuneHeight:-4
    ,css: [
      '.sIFR-root {font-size:12px;text-align: center;}'
      ,'a {text-decoration:none;text-transform:uppercase;}'
      ,'a:link {color:'+SIDE_MNU_COL_INACTIVE+';}'
      ,'a:hover {color:'+SIDE_MNU_COL_ACTIVE+';}'
    ]
  });

sIFR.replace(machine, {
    selector: '.contentsection .contenttype5 .col2 .rightteaserlist .active'
    ,wmode: "transparent"
    ,tuneWidth:2
    ,tuneHeight:-4
    ,css: [
      '.sIFR-root {font-size:12px;text-align: center;}'
      ,'a {text-decoration:none;text-transform:uppercase;}'
      ,'a:link {color:'+SIDE_MNU_COL_ACTIVE+';}'
      ,'a:hover {color:'+SIDE_MNU_COL_ACTIVE+';}'
    ]
  });

