Oh, it's working fine in IE (mostly, a standards invoking DOCTYPE for the page would be a good idea), but the Flash slideshow is covering its drop downs. To fix that, add the highlighted as shown:

Code:
		  <!---------FLASH BANNER------->
<center>
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
  codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0"
  ID=home-page WIDTH=943 HEIGHT=509>
<PARAM NAME=movie VALUE="home-page.swf">
<PARAM NAME=quality VALUE=high>
<PARAM NAME=loop VALUE=true>
<PARAM NAME="wmode" VALUE="transparent">
<EMBED src="home-page.swf" loop=true quality=high
  WIDTH=943 HEIGHT=509 TYPE="application/x-shockwave-flash"
  PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">
</EMBED>
</OBJECT>
 <!---------END FLASH BANNER------->
The browser cache may need to be cleared and/or the page refreshed to see changes.