var celestia = { src: 'celestia.swf' };

sIFR.activate(celestia);

sIFR.replace(celestia, {
  selector: '.menu',
  css: [
	'.sIFR-root { color: #000000; letter-spacing: 0.5; font-size: 16px; text-align: center; }',		
    ,'a { text-decoration: none; color: #000000; }'
    ,'a:link { color: #000000; }'
    ,'a:hover { color: #b63c24; text-decoration: none; }'
	,'a:visited { text-decoration: none; color:#000000; }'	  
	],	
	wmode: 'transparent', tuneWidth: 'true', forceSingleLine: 'true'	
});

sIFR.replace(celestia, {
  selector: '.tanText',
  css: [
	'.sIFR-root { color: #ecce7b; letter-spacing: 0.5; font-size: 14px; width: 75px; }',		
    ,'a { text-decoration: none; color: #ecce7b; }'
    ,'a:link { color: #ecce7b; }'
    ,'a:hover { color: #b63c24; text-decoration: none; }'
	,'a:visited { text-decoration: none; color:#ecce7b; }'	  
	],	
	wmode: 'transparent', tuneWidth: 'true' 	
});

sIFR.replace(celestia, {
  selector: '.redText',
  css: [
	'.sIFR-root { color: #e94335; letter-spacing: 0.5; font-size: 13px; }',		
    ,'a { text-decoration: none; color: #e94335; }'
    ,'a:link { color: #e94335; }'
    ,'a:hover { color: #e94335; text-decoration: none; }'
	,'a:visited { text-decoration: none; color:#e94335; }'	  
	],	
	wmode: 'transparent', tuneWidth: 'true' 	
});

sIFR.replace(celestia, {
  selector: '.greenText',
  css: [
	'.sIFR-root { color: #a0c659; letter-spacing: 0.5; font-size: 13px; text-align:left; }',		
    ,'a { text-decoration: none; color: #a0c659; }'
    ,'a:link { color: #a0c659; }'
    ,'a:hover { color: #54280c; text-decoration: none; }'
	,'a:visited { text-decoration: none; color:#a0c659; }'	  
	],	
	wmode: 'transparent', tuneWidth: 'true' 	
});

sIFR.replace(celestia, {
  selector: '.darkGreeny',
  css: [
	'.sIFR-root { color: #1E570F; letter-spacing: 0.5; font-size: 15px; }',		
    ,'a { text-decoration: none; color: #576B25; }'
    ,'a:link { color: #576B25; }'
    ,'a:hover { color: #3E4B1B; text-decoration: none; }'
	,'a:visited { text-decoration: none; color:#617829; }'	  
	],	
	wmode: 'transparent', tuneWidth: 'true' 	
});

/*sIFR.replace(celestia, {
  selector: '.darkGreenText',
  css: [
	'.sIFR-root { color: #7b9648; letter-spacing: 0.5; font-size: 16.5px; text-align:left; width:580px; line-height:12px;}',		
    ,'a { text-decoration: none; color: #7b9648; }'
    ,'a:link { color: #7b9648; }'
    ,'a:hover { color: #7b9648; text-decoration: none; }'
	,'a:visited { text-decoration: none; color:#7b9648; }'	  
	],	
	wmode: 'transparent', tuneWidth: 'true', 
});
*/

