Hi Timothy,
thanks for your reply. This helps changing the background-color of the dropdownmenu, but I want to change the color of the FONT of the dropdownmenu WHILE hovering it with the mouse.
The fontcolor should change to white when I hover over the menu point.
I changed your code:
#nav-main ul .sf-dropdown-menu a:hover {background-color:#000; font-color: #fff;}
The background color changes while hovering to black, but the font color doesn’t change to white. How can I change the font color?