Hey all, I need to implement a solution for what seems to me (with my very, very modest javascript skills) to be somewhat tricky. If you click on the link below, you'll see the dropdown nav. The main nav button turns dark green when hovered. When you drag the mouse down to the subnav buttons, the main nav button turns light green. I need to find a way to keep the main nav button dark green when both hovering over it, AND mouseing off of it and onto the subnav items. The main nav button should only return to the light green state after the user mouses out of both the subnav and main nav. Any suggestions would be greatly appreciated. http://www.jontakiff.com/dropdown/index.html