@kmrcassidy In the dashboard, go to Appearance->Theme Options->Design Options Tab->Custom CSS. Paste the following css and click on ‘Save all Changes’ and see if this helps.
.widget_nav_menu .current_page_item a {
color: #05A9C5;
}
.widget_nav_menu .current_page_item ul a {
color: #777777;
}