Wait, I discovered that if you wrap the anylinkcss divisions in this red one:
Code:
<!--drop-down menus-->
<div style="z-index:100;">
<div id="mares" class="anylinkcss">
<a href="tara.html">TARA VOM CASTELL</a>
<a href="lottie.html">ITAMIGNON</a>
<a href="ani.html">TARIANA</a>
<a href="elfi.html">TANZELFE</a>
<a href="tarika.html">TARIKA</a>
<a href="twinks.html">ITANIKA</a>
</div>
<div id="sales" class="anylinkcss">
<a href="anifoal.html">TANZBRISE</a>
<a href="mick.html">TARYTHMIC</a>
<a href="mira.html">KASIMIRA</a>
</div>
<div id="album" class="anylinkcss">
<a href="elfifoal.html">TOUJOURS FÉLICITÉ</a>
<a href="lottiefoal.html">ITASOPHIA</a>
<a href="diva.html">TANZDIVA</a>
<a href="tess.html">TANZFEE</a>
<a href="maggie.html">ITAMIGA</a>
<a href="taz.html">ITARZAN</a>
</div>
<div id="pony" class="anylinkcss">
<a href="http://www.atrakehner.com/pokey/about.html">PAYDAY POKER</a>
<a href="http://www.atrakehner.com/pokey/showrecord.html">SHOW RECORD</a>
<a href="http://www.atrakehner.com/pokey/progeny.html">PINTO PONY FOALS</a>
<a href="http://www.atrakehner.com/pokey/breeding.html">AT STUD</a>
<a href="http://www.atrakehner.com/pokey/contact.html">BREEDING INFORMATION</a>
</div>
</div>
and move them to just below the <body> tag, it seems to work fine in all three browsers too, without the added script. This solution would be preferable, I think.
Bookmarks