Please note that official support for this menu version has now ceased. There are still plenty of users, though, and the forum is still running. Some of our long-time users may be able to help you out.
First time anyone views my page, my menu headers are showing up all weird.. I'm using images for my menus, and half of them are overlapping.. and i'm not sure why.. http://www.teamz7.net is my page.. after they hit refresh once, they work fine.. but on first load they screw up.. help please
The menu is rendering before the images are cached, so it doesn't know the image widths yet. That's why it only happens the first time; they're in the cache on subsequent visits. Specify each image's width by setting the width attribute in the <img> tags. That'll fix it.