I have changed the color for the template using the css files but cannot seem to find where the sub menu color code is to change.
Thoughts?
Thanks-Branden
#gkMainMenu .gkMenu > ul li div.childcontent a {
color: #969696;
}
#gkMainMenu .gkMenu > ul li div.childcontent a:active,
#gkMainMenu .gkMenu > ul li div.childcontent a:focus,
#gkMainMenu .gkMenu > ul li div.childcontent a:hover {
color: #fff;
}
#gkMainMenu .gkMenu > ul li li div.childcontent small {
color: #666;
}