Hi Ciarán,
thank you for the quick response. I added the css instruction as suggested but without success.
I changed it to:
.module .module_surround .module_content ul.menu li a:hover,
.module_menu .module_surround .module_content ul.menu li a:hover {
color: #FFFFFF !important;
}
And it's working now.
Regrettably the active link is not working with this css instruction.
.module .module_surround .module_content ul.menu li a:active,
.module_menu .module_surround .module_content ul.menu li a:active {
color: #FFFFFF !important;
}
Many thanks in advance