Hi there, this will be because you've forgotten to end your <a> tags and so have left them like this - "<a href="#.html" instead of, "<a href="#.html>", it works in Firefox because it ends them for you, here is the code I'm referring to:
Code:
<a href="default.htm" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, menu1, '150px')" onMouseout="delayhidemenu()<disableclick"<img src="linegif_01.gif"alt="knoxville studio photography" border="0" height="25" hspace="5" width="165"></a>
<a href="default.htm" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, menu2, '150px')" onMouseout="delayhidemenu()disableclick"<img src="weddings.gif"alt="knoxville wedding" border="0" height="25" hspace="5" width="165"></a>
<a href="default.htm" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, menu3, '150px')" onMouseout="delayhidemenu()<disableclick"<img src="associate.gif"alt="east tennessee photography" border="0" height="25" hspace="5" width="165"></a>
<a href="default.htm" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, menu4, '150px')" onMouseout="delayhidemenu()disableclick"<img src="childrens.gif"alt="childrens and maternity photography" border="0" height="25" hspace="5" width="165"></a>
<a href="default.htm" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, menu5, '150px')" onMouseout="delayhidemenu()disableclick"<img src="commercial.gif"alt="knoxville commercial photography" border="0" height="25" hspace="5" width="165"></a>
Copy and paste the code below and it should fix the problem, good luck 
Code:
<a href="default.htm" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, menu1, '150px')" onMouseout="delayhidemenu()<disableclick"><img src="linegif_01.gif"alt="knoxville studio photography" border="0" height="25" hspace="5" width="165"></a>
<a href="default.htm" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, menu2, '150px')" onMouseout="delayhidemenu()disableclick"><img src="weddings.gif"alt="knoxville wedding" border="0" height="25" hspace="5" width="165"></a>
<a href="default.htm" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, menu3, '150px')" onMouseout="delayhidemenu()<disableclick"><img src="associate.gif"alt="east tennessee photography" border="0" height="25" hspace="5" width="165"></a>
<a href="default.htm" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, menu4, '150px')" onMouseout="delayhidemenu()disableclick"><img src="childrens.gif"alt="childrens and maternity photography" border="0" height="25" hspace="5" width="165"></a>
<a href="default.htm" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, menu5, '150px')" onMouseout="delayhidemenu()disableclick"><img src="commercial.gif"alt="knoxville commercial photography" border="0" height="25" hspace="5" width="165"></a>
Bookmarks