Hello,
I have a red main menu and with this code I have made the text white:
#top .main_menu .menu a {
color: #ffffff;
}
The problem that now occurs is that the submenu background is white and the text is also white because of that code.
What can i do to make the color of the text in the drop down menu black?
Thanks!














