To change the colour and opacity of the drop down menu text on hover:
#top-menu li li a:hover {
color: #cc0000;
opacity: 1 !important;
}
To change the colour and opacity of the drop down menu text on hover:
#top-menu li li a:hover {
color: #cc0000;
opacity: 1 !important;
}