//sIFR.forceSingleLine = true;
//sIFR.preventWrap = true;
//sIFR.fitExactly = true;

var euro = {
  src: 'sifr3/flash/euro.swf'
};


sIFR.prefetch(euro);

sIFR.activate();



sIFR.replace(euro, {
  selector: '.sidebox-title'
  ,wmode: 'transparent'
  ,offsetTop: 3
  ,css: {
      '.sIFR-root': { 'color': '#3e7898', 'text-transform': 'uppercase'}
    }
});

sIFR.replace(euro, {
  selector: '.top-menu-bg'
  ,wmode: 'transparent'
  ,offsetTop: 3
  //,fitExactly: true
  //,tuneWidth: 20
  //,offsetLeft: -15
  ,css: {
      '.sIFR-root': { 'color': '#3e7898', 'text-transform': 'uppercase', 'text-align': 'center'},
      'a': { 'color': '#3e7898', 'text-decoration': 'none', 'text-align': 'center'},
      'a:hover': { 'color': '#3e7898', 'text-decoration': 'underline', 'text-align': 'center'}
    }
});

sIFR.replace(euro, {
  selector: '.top-menu-active-bg'
  ,wmode: 'transparent'
  ,offsetTop: 3
  //,fitExactly: true
  //,tuneWidth: 20
  //,offsetLeft: -15
  ,css: {
      '.sIFR-root': { 'color': '#3e7898', 'text-transform': 'uppercase', 'text-align': 'center'},
      'a': { 'color': '#3e7898', 'text-decoration': 'none', 'text-align': 'center'},
	  'a:hover': { 'color': '#3e7898', 'text-decoration': 'none', 'text-align': 'center'}
    }
});

sIFR.replace(euro, {
  selector: '.mainbox-title'
  ,offsetLeft: 10
  ,wmode: 'transparent'
  ,css: {
      '.sIFR-root': { 'color': '#3e7898'}
  }
});