var fruit = {
	src: '/CMSTemplates/IMed/lib/swf/arial.swf'
   };

 
sIFR.prefetch(fruit);		
sIFR.activate(fruit);


  
  sIFR.replace(fruit, {
  selector: '#tnav li',
	wmode: 'transparent',
	css: [
      '.sIFR-root {font-weight: bold; color: #FFFFFF; cursor: pointer;}'
	  ,'a { text-decoration: none; color:  #FFFFFF; cursor: pointer; }'
	  ,'a:link { color:  #FFFFFF; }'
	  ,'a:hover { color: #1b3884; }'
		,'.tnav-selected { color: #1b3884; }'
    ]
  });
