Hi, 
Im using css menu and Fusion charts in asp.net web site 
But menu item hide behind flash object 
  
I must use some code like that 
  
<object type="application/x-shockwave-flash" width="220" height="271">  
<param name="wmode" value="transparent" />  
<param name="movie" value="flash/home.swf" />  
<embed wmode="transparent" src="flash/home.swf" width="220" height="271" />   
</object> 
  
But I view flash chart as; 
 LiteralColumn.Text = FusionCharts.RenderChartHTML("FusionCharts/Column3D.swf" , "", xmlData.ToString(), "colChart", "1000", "600", false); 
  
So I dont know how can use this code (because I dont use object) 
How can I fix this problem?? Any idea??