var marriott = { src: 'http://www.colonialbarn.com/font.swf' };
var marriott2 = { src: 'http://www.colonialbarn.com/font.swf' };
sIFR.activate(marriott);
sIFR.activate(marriott2);
sIFR.replace(marriott2, {
  selector: 'h3',
  css: '.sIFR-root { background: transparent; color: #1f1f1f; }',
  wmode: 'transparent'
});
sIFR.replace(marriott2, {
  selector: 'h1',
  css: '.sIFR-root { background: transparent; color: #1f1f1f; }',
  wmode: 'transparent'
});




    sIFR.replace(marriott, {
      selector: 'li.cuc'
      ,css: [
        '.sIFR-root { text-align: right; font-weight: bold; }'
        ,'a {text-decoration: none; color: #0b3b76;  }'
        ,'a:link { color: #0b3b76; }'
        ,'a:hover { color: #030f1e; }'
	 ,'a:activ { color: #030f1e; }'
      ],
	  wmode: 'transparent'
    });

    sIFR.replace(marriott, {
      selector: 'li.sele'
      ,css: [
        '.sIFR-root { text-align: right; font-weight: bold; }'
        ,'a {text-decoration: none; color: #000000;  }'
        ,'a:link { color: #000000; }'
        ,'a:hover { color: #000000; }'
	 ,'a:activ { color: #000000; }'
      ],
	  wmode: 'transparent'
    });
	
    sIFR.replace(marriott, {
      selector: 'li.ml2'
      ,css: [
        '.sIFR-root { text-align: right; font-weight: bold; }'
        ,'a {text-decoration: none; color: #0b3b76;  }'
        ,'a:link { color: #0b3b76; }'
        ,'a:hover { color: #030f1e; }'	
	 ,'a:activ { color: #030f1e; }'
      ],
	  wmode: 'transparent'
    });	

    sIFR.replace(marriott, {
      selector: 'li.ml2sel'
      ,css: [
        '.sIFR-root { text-align: right; font-weight: bold; }'
        ,'a {text-decoration: none; color: #000000;  }'
        ,'a:link { color: #000000; }'
        ,'a:hover { color: #000000; }'	
	 ,'a:activ { color: #000000; }'
      ],
	  wmode: 'transparent'
    });

    sIFR.replace(marriott, {
      selector: '#topline li'
      ,css: [
        '.sIFR-root { text-align: center; font-weight: bold; }'
        ,'a { text-decoration: none; color: #0b3b76; background-color:#F7F7F7}'
        ,'a:link { color: #0b3b76; background-color:#F7F7F7}'
        ,'a:hover { color: #030f1e; background-color:#F7F7F7}'
	 ,'a:activ { color: #030f1e; background-color:#F7F7F7}'		
      ],
	  wmode: 'transparent'
    });

