Just a stab in the dark.
On the page in question there are multiple style references to
css all over your code at a glance they all look the same, however I wonder if ie is refreshing on every
css style found on your page.
- HTML: Select all
<style type="text/css"><!--a {border-bottom: 0px solid brown;text-decoration: none;}a:hover {position: relative;}a span {display: none;}a:hover span {display: block;position: absolute; top: -150px; left: 100;/* formatting only styles */padding: 5px; margin: 10px; z-index: 100;background: #855E42; border: 1px solid #000000;opacity: 0.5;/* end formatting */}--></style>
try removing all of these except for one in your <head>