I want to change the color of the primary menu-
I have figured out how to change the color via hover (which is something i wanted too):
style type=text/css >
#primary-menu .current a:hover {
color: red
}
</style>
But I also want to change the color of the entire menu- right now its set at the template default of green- I would like to change all to Black. How would I do this?
