 var monotype = {
      src: '../modules/sifr/font/mtcorsva.swf'
    };


sIFR.activate(monotype);
 
	
/*	sIFR.replace(monotype, {
      selector: ' .menu_voice',
      wmode: 'transparent',
	 css: 'a:hover { color: #ffffff; }'
    });*/
	
	/*
	sIFR.replace(monotype, {
    selector: ' .menu_padre',
    wmode: 'transparent',
	css: [
   '.sIFR-root { text-align: center; }' ]});
	
	sIFR.replace(monotype, {
    selector: '',
	wmode: 'transparent',
	css: [ ]});

*/
	sIFR.replace(monotype, {
    selector: '.menuSifr',
    wmode: 'transparent',
	forceTextTransform: true,
	css: [
   '.sIFR-root { text-align: center; font-size:18px; cursor:pointer;}',
   'a{color:#4A1008; text-decoration:none;}',
   'a:hover{text-decoration:underline;color:#4A1008;}']});
   
