var myriad = {
  src: 'flash/normal_myriad_pro.swf'
};

var menu_m = {
  src: 'flash/menu_m_sabotage.swf'
};

var menu_b = {
  src: 'flash/menu_b_xoxo.swf'
};

sIFR.activate(myriad,menu_m,menu_b); // From revision 209 and onwards
/*
sIFR.replace(myriad, {
   wmode:'transparent', selector:'h3',css: [ '.sIFR-root { text-align: left; font-weight: normal; color:#000000; }' ,'a { text-decoration: none }' ,'a:link { color: #ec8000 }' ,'a:hover { color: #ec8000 }' ]
});

sIFR.replace(menu_m, {
   wmode:'transparent', selector:'li.active',css: [ '.sIFR-root { text-align: center; font-weight: normal; color:#ffffff; }' ,'a { text-decoration: none }','a: { color: #ffffff }' ]
});
*/


sIFR.replace(menu_m, {
   selector:'li.active'
   	,css: [
		'.sIFR-root { text-align: center; font-weight: normal; color:#ffffff; background-color: #ec8000;}'
		, 'a { text-decoration: none }' 
		,'a { color: #ffffff }' 
		,'a:hover { color: #ffffff }' 
	]
});

sIFR.replace(menu_m, {
	wmode:'transparent'
	,selector:'li.inactive'
	,css: [
		'.sIFR-root { text-align: center; font-weight: normal;	color:#ffffff; background-color: #ffffff;}'
		,'a { text-decoration: none; color: #cccccc;}'
		,'a:hover { color: #ffffff }'
	]
});
/**/

sIFR.replace(menu_m, {
   wmode:'transparent'
	,selector:'#m_buttons li'
	,css: [
		'.sIFR-root { text-align: center; font-weight: normal; color:#ec8000; }'
		,'a { text-decoration: none }'
		,'a:link { color: #ec8000 }'
		,'a:hover { color: #ffffff;  background-color: #ec8000; display:block; width:150px; hight:60px; }'
	]
});
/**/
sIFR.replace(menu_b, {
   wmode:'transparent'
   ,selector:'#b_buttons td.active h2'
   ,css: [
		'.sIFR-root { text-align: center; font-weight: normal; color:#000000; }'
		,'a { text-decoration: none }'
		,'a:link { color: #ec8000 }'
		,'a:hover { color: #ec8000 }'
	]
});

sIFR.replace(menu_b, {
   wmode:'transparent'
   ,selector:'#b_buttons td.inactive'
   ,css: [
		'.sIFR-root { text-align: center; font-weight: normal; color:#000000; }'
		,'a { text-decoration: none }'
		,'a:link { color: #cccccc }'
		,'a:hover { color: #ec8000 }'
	]
});

sIFR.replace(menu_b, {
   wmode:'transparent'
   ,selector:'h2'
   ,css: [
		'.sIFR-root { text-align: center; font-weight: normal; color:#000000; }'
		,'a { text-decoration: none }'
		,'a:link { color: #000000 }'
		,'a:hover { color: #ec8000 }'
	]
});
