Cheers that worked a treat. I also have a flash object in the same table above the menu but it won't appear:
http://www.qualityfoodproducts.com/shop/home.php
I applied the same principles. I think the problem may lie in the code within the table where the flash object sits. Currently I have it in head.tpl as:
<tr>
<td><script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','800','heigh t','75','title','header','src','flash/header','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movi e','flash/header' ); //end AC code
</script><noscript><object classid="clsid

27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="800" height="75" title="header">
<param name="movie" value="http://www.qualityfoodproducts.com/flash/header.swf" />
<param name="quality" value="high" />
<embed src="http://www.qualityfoodproducts.com/flash/header.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="800" height="75"></embed>
</object></noscript></td>
</tr>
Are you able to spot the problem?