var segoe_script = {
  src: 'sifr/segoe_script.swf'
};

sIFR.activate(segoe_script);

sIFR.replace(segoe_script, {
  selector: 'li.hmenu'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #000000; leading: 8;} strong { color: #000000; }'
      ,'a:link { color: #C83A39;text-decoration: none; }'
      ,'a:hover { color: #000000; }'
    ]
  });
sIFR.replace(segoe_script, {
  selector: 'li.hmenu-active'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #000000; leading: 8;} strong { color: #000000; }'
      ,'a:link { color: #000000;text-decoration: none; }'
      ,'a:hover { color: #000000; }'
    ]
  });

/*sIFR.replace(segoe_script, {
  selector: 'li.smenu'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #000000; leading: 8;} strong { color: #000000; }'
      ,'a:link { color: #C83A39;text-decoration: none; }'
      ,'a:hover { color: #000000; }'
    ]
  });

sIFR.replace(segoe_script, {
  selector: 'li.smenu-active'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #000000; leading: 8;} strong { color: #000000; }'
      ,'a:link { color: #000000;text-decoration: none; }'
      ,'a:hover { color: #000000; }'
    ]
  });
*/

sIFR.replace(segoe_script, {
  selector: 'h2'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #666666; leading: 8;} strong { color: #666666; }'
    ]
  });

sIFR.replace(segoe_script, {
  selector: 'h3'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #666666; leading: 8;} strong { color: #666666; }'
    ]
  });


/*
sIFR.replace(futuralt, {
    selector: 'h1'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #ffffff; leading: 8;} strong { color: #088ccd; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #4D7CC6; }'
    ]
	,filters: {
      DropShadow: {
        knockout: false
        ,distance: 2
        ,color: '#000000'
        ,strength: 1
      }
    }
  });
*/
