var daxRegular = {
  src: '/Content/files/dax_regular.swf'
};

var daxCondensedBold = {
  src: '/Content/files/dax_condensed_bold.swf'
};

var raleighBold = {
  src: '/Content/files/raleigh_bold.swf'
};

sIFR.activate(daxCondensedBold, raleighBold); // From revision 209 and onwards

sIFR.replace(daxCondensedBold, {
  selector: '.menuitemopen',
  wmode: 'transparent',
  color: 'white', css: {
      '.sIFR-root': { 'color': '#FFFFFF', 'font-weight': 'bold' },
      'a': {'color': '#FFFFFF', 'text-decoration': 'none'},
      'a:hover': {'color': '#FFFFFF', 'text-decoration': 'none'}
    }
});


sIFR.replace(daxCondensedBold, {
  selector: '.menuitem',
  wmode: 'transparent',
  color: 'white', css: {
      '.sIFR-root': { 'color': '#FFFFFF', 'font-weight': 'bold' },
      'a': {'color': '#FFFFFF', 'text-decoration': 'none'},
      'a:hover': {'color': '#FFFFFF', 'text-decoration': 'none'}
    }
});

sIFR.replace(daxCondensedBold, {
  selector: '.submenuitem',
  wmode: 'transparent',css: {
      '.sIFR-root': { 'color': '#396E9A', 'font-weight': 'bold', 'width': '190px', 'text-align': 'left'},
      'a': {'color': '#396E9A', 'text-decoration': 'none', 'width': '190px'},
      'a:hover': {'color': '#396E9A', 'text-decoration': 'none', 'width': '190px'}
    }
});

sIFR.replace(daxCondensedBold, {
  selector: '.subsubmenuitem',
  wmode: 'transparent',css: {
      '.sIFR-root': { 'color': '#396E9A', 'font-weight': 'bold', 'width': '190px', 'text-align': 'left'},
      'a': {'color': '#396E9A', 'text-decoration': 'none', 'width': '190px'},
      'a:hover': {'color': '#396E9A', 'text-decoration': 'none', 'width': '190px'}
    }
});

sIFR.replace(daxCondensedBold, {
  selector: '.submenuitemopen',
  wmode: 'transparent',css: {
      '.sIFR-root': { 'color': '#FFFFFF', 'font-weight': 'bold', 'width': '190px', 'text-align': 'left'},
      'a': {'color': '#FFFFFF', 'text-decoration': 'none', 'width': '190px'},
      'a:hover': {'color': '#FFFFFF', 'text-decoration': 'none', 'width': '190px'}
    }
});

sIFR.replace(daxCondensedBold, {
  selector: '.subsubmenuitemopen',
  wmode: 'transparent',css: {
      '.sIFR-root': { 'color': '#004677', 'font-weight': 'bold', 'width': '190px', 'text-align': 'left'},
      'a': {'color': '#004677', 'text-decoration': 'none', 'width': '190px'},
      'a:hover': {'color': '#004677', 'text-decoration': 'none', 'width': '190px'}
    }
});

sIFR.replace(raleighBold, {
  selector: '.kommaTekst',
  wmode: 'transparent',css: {
      '.sIFR-root': { 'color': '#FFFFFF', 'font-weight': 'bold', 'width': '135px'}
    }
});
