4
yes it does not seem to work very well at all. you can achieve this effect using an animated gif (mainmenu hover element).try something like this:
td#mainmenu a:hover {
color : #ff9900;
text-decoration: none;
background: #000 url(youranimatedgif.gif) no-repeat;
}