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