Hi Albert,
Sorry for the late response! So, the background of your top menu is white? You should be able to change the link color with the following css in a stylesheet or preferably a custom css plugin:
#menu-primary li.current-menu-item>a,
#menu-primary li a:hover,
#menu-primary li a:focus {
color: #444;
}
The first line there will take care of the current menu item.
Let me know if you still have an issue.
Thanks,
Marty