Hello, @Meubeklgoed,
Please check your settings http://prntscr.com/g9nizl, to change color only for dropdown menu, you may use this code in Theme Options > Custom css:
.menu-wrapper .menu-main-container > ul .nav-sublist-dropdown li > a:hover {
color: #58a4d9 !important;
}
.menu-wrapper .menu-main-container > ul .nav-sublist-dropdown li > a {
color: #767676 !important;
}
Regards