Ok this one certainly gave me the runaround, but I think I found the issue. There is a missing </a> tag in your menu header, which needs to be there:
Code:
<div class="arrowsidemenu">
<div><a href="index.html" title="Home">Home</a></div>
<div class="menuheaders"><a href="toremove/" title="CSS">Technical</a></div>
<ul class="menucontents">
<li><a href="bulbs.html">Bulb Index</a></li>
<li><a href="traction.html">Traction Tire Chart</a></li>
<li><a href="reset.html">Reset Codes</a></li>
</ul>
<div><a href="http://shop.ebay.com/TheTrainDoctor/m.html?_nkw=&_armrs=1&_from=&_ipg=25 target="_blank">E-Bay Store</a></div>
<div><a href="schedule.html">Schedule</a></div>
<div><a href="dropoff.html">Authorized Drop-offs</a></div>
<div><a href="links.html">Links</a></div>
<div><a href="contactdoctor.html">Contact</a></div>
</div>
Without it IE crumbles apparently.
Bookmarks