Hi Justin,
You need to create a custom css file. Simply create a file called "<TEMPLATENAME>-custom.css" and put this file in the CSS folder of the template (where <TEMPLATENAME> is the name of the template as seen in template manager e.g. rt_audacity). GANTRY4 will automatically load this CSS file. If you wish, you can also have browser specific files by appending, for example, "-ie9" making the filename "<TEMPLATENAME>-custom-ie9.css"
Now add the folowing code...
.menu-block .gf-menu .dropdown .menu-item-wrapper {
color: #ffffff;
padding: 2px;
}
.menu-block .gf-menu.l1 > li > .item .menu-item-wrapper {
color: #ffffff;
}
Hope this helps