That would be the most legendary use of JS i have ever seen. Really, JS to change menu item background? And menu background uses <img>?
Try this next time:
Actually, for it not to interfere give that menu table an id. Something like id="menutable" and use "menutable a:hover" statement.
Also, on player page, menu mouseOver effect is not working anymore.
HTH?
edit: typos
Try this next time:
[SELECT ALL] Code:
a:hover{background: transparent url('<image>') top left no-repeat};
Also, on player page, menu mouseOver effect is not working anymore.
HTH?
edit: typos