Jesse,
Give your menu a specific class/id and use the :hover pseudo-class to make it happen. If you use class="menu" to identify your menu, your CSS will look something like this . . .
If you use id="menu" it will look like this . . .
I'm no CSS guru myself but I think this is the correct code to do what you want to do.
Hope this helps.
stuboo