var cocon = {
  src: siteroot + 'swf/cocon.swf'
};

sIFR.activate(cocon);

sIFR.replace(cocon, {
  selector: 'h1'
  ,css: {
	'.sIFR-root': { 'color': '#F57D21' }
  }
  ,transparent: true
});

sIFR.replace(cocon, {
  selector: 'h2'
  ,css: {
	'.sIFR-root': { 'color': '#FFFFFF' }
  }
  ,transparent: true
});

sIFR.replace(cocon, {
    selector: 'ul.sub_menu li.selected, ul.sub_menu ul li.selected'
	,css: [
    'a { text-decoration: none; }'
    ,'a:link { color: #F57D21; }'
	,'a:hover { color: #F57D21; }'
  ]
	,transparent: true
	,selectable: false
	,forceSingleLine: true
});

sIFR.replace(cocon, {
    selector: 'ul.sub_menu li.sub_menu_item , ul.sub_menu li ul li.sub_menu_item'
	,css: [
    'a { text-decoration: none; }'
    ,'a:link { color: #1260A5; }'
	,'a:hover { color: #F57D21; }'
  ]
	,transparent: true
	,selectable: false
	,forceSingleLine: true
});



sIFR.replace(cocon, {
    selector: '.poll_question'
    ,css: {
      '.sIFR-root': { 'color': '#FFFFFF' }
    }
	,transparent: true
});

sIFR.replace(cocon, {
    selector: '.sidenotetxthead'
    ,css: {
      '.sIFR-root': { 'color': '#E9631D' }
    }
	,transparent: true
	,forceSingleLine: true
});

sIFR.replace(cocon, {
    selector: '.sidenotetxt'
    ,css: {
      '.sIFR-root': { 'color': '#959595' }
    }
	,transparent: true
});
