I've been working on a simple JavaScript drop-down menu, and it's been functioning correctly except for one issue. When I move the mouse out of the div that shows the drop-down menu, it loses its background color. I want the link to remain active even when hovering over #m2. Can I achieve this with JavaScript alone, or do I need to use jQuery?