I\'m looking for some advice on this issue.
I went through a tutorial a while back to build a CSS drop down menu and can\'t seem to change the default color of the sub m
Another method is to give the ul a id in the submenu something like this
Brand AAAAAA BBBBBB
CSS
#submenu li a { color:green; }
See the full Jsfiddle here