Change the colour and opacity of the drop down menu text on hover

Home Divi Code Snippet Library 'Divi Header' Snippets Change the colour and opacity of the drop down men....

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;
}