//Navigation Level1

sIFR.replace(dinschrift, {
  selector: '#navigation .level1 li.current'
  ,css: {
    '.sIFR-root': { 'text-transform': 'uppercase', 'leading': '0', 'kerning': 'true', 'letter-spacing': '0.3' },
    'a': { 'color': '#e7433a', 'text-decoration': 'none' },
    'a:hover': { 'color': '#e7433a' }
  }
  //,fitExactly: true
  //tuneWidth: '+3',
  ,tuneHeight: '-4'
  ,wmode: 'transparent'
  ,fixFocus: true
  ,sharpness: '20'
  ,thickness: '130'
});

sIFR.replace(dinschrift, {
  selector: '#navigation .level1 li'
  ,css: {
    '.sIFR-root': { 'text-transform': 'uppercase', 'leading': '0', 'kerning': 'true', 'letter-spacing': '0.3' },
    'a': { 'color': '#ffffff', 'text-decoration': 'none' },
    'a:hover': { 'color': '#e7433a' }
  }
  //,fitExactly: true
  //tuneWidth: '180px',
  //tuneWidth: '+3',
  ,tuneHeight: '-4'
  ,wmode: 'transparent'
  ,fixFocus: true
  ,sharpness: '40'
  ,thickness: '30'
});

//Navigation Level2

sIFR.replace(dinschrift, {
  selector: '#navigation .level2 li.current'
  ,css: {
    '.sIFR-root': { 'background-color': '#c4352d', 'text-transform': 'uppercase', 'leading': '0', 'kerning': 'true', 'letter-spacing': '0.1' },
    'a': { 'color': '#ffffff', 'text-decoration': 'none', 'text-indent': '0'  },
    'a:hover': { 'color': '#ffffff' }
  }
  //,fitExactly: true
  //tuneWidth: '+3',
  ,wmode: 'transparent'
  ,tuneHeight: '-6'
  ,fixFocus: true
});

sIFR.replace(dinschrift, {
  selector: '#navigation .level2 li'
  ,css: {
    '.sIFR-root': { 'font-size': '150%', 'text-transform': 'uppercase', 'leading': '0', 'kerning': 'true', 'letter-spacing': '0.1' },
    'a': { 'color': '#ffffff', 'text-decoration': 'none', 'text-indent': '0' },
    'a:hover': { 'color': '#e7433a'}
  }
  //,fitExactly: true
  //tuneWidth: '+3',
  //,kerning: 'true'
  //antiAliasType: 'advanced',
  //sharpness: '60',
  //thickness: '10',
  ,tuneHeight: '-5'
  ,wmode: 'transparent'
  ,fixFocus: true
});

//Subnavigation Level3

sIFR.replace(dinschrift, {
  selector: '#subnavigation .level3 li.current'
  ,css: {
    '.sIFR-root': { 'background-color': '#ffffff', 'text-transform': 'uppercase', 'leading': '0', 'kerning': 'true', 'letter-spacing': '0.1'},
    'a': { 'color': '#c4352d', 'text-decoration': 'none', 'text-indent': '1'  },
    'a:hover': { 'color': '#c4352d' }
  }
  //,fitExactly: true
  ,tuneHeight: '-3'
  ,kerning: 'true'
  ,antiAliasType: 'advanced'
  ,sharpness: '0'
  ,thickness: '100'
  ,wmode: 'transparent'
  ,fixFocus: true
});

sIFR.replace(dinschrift, {
  selector: '#subnavigation .level3 li'
  ,css: {
    '.sIFR-root': { 'text-transform': 'uppercase', 'leading': '0', 'kerning': 'true', 'letter-spacing': '0.1'},
    'a': { 'color': '#2d2d2d', 'text-decoration': 'none', 'text-indent': '1' },
    'a:hover': { 'color': '#c4352d'}
  }
  //,fitExactly: true
  ,tuneHeight: '-3'
  ,kerning: 'true'
  ,antiAliasType: 'advanced'
  ,sharpness: '0'
  ,thickness: '100'
  ,wmode: 'transparent'
  ,fixFocus: true
});