I've implemented a CSS on my system where I hover over the menu and display the submenus.
This is the CSS to move the mouse over the menus
ul.nav li.dropdown:hover ul.dropdown-menu
{
display: block;
}
But this is the following, when I move the mouse over these menus I would like the color to change as if it were the click as shown in the photos below: