I have a CSS hover menu which works in all browsers except... surprise -- IE6!
#menu_right ul li:hover ul { visibility: visible; }
This
No :hover on anything but ... God I love this browser.
:hover
Try to use :hover on a conveniently-located (if it's a list of links, like most CSS hover menus, it won't be a problem ), or just go with Javascript, as already suggested.