Some of the menu styles are coming from the theme and some from the superfish menu plug-in. The best way to work with CSS is by using Firebug — which shows you all the CSS that is affecting a specific element on a page. The you can use those selectors in your child theme stylesheet to change the styles…
Thanks for the reply. I’ve just gotten Firebug and am using it for the first time. Perhaps my css knowledge is not proficient enough, but i’m still not able to figure out exactly what the css would be to add change those colors.
Ahhh… I think I got it. Just had to select with the highlighter thing in Firebug and use that exact css. Great! I’ve learned something new.
Thanks again.