Hi,
I am using the attached custom CSS script, however for some reason it works in Firefox but not IE.
/*Nav bar hover colour*/
.dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a, .dropdown-menu li.current-menu-item > a {
background-color: #E6E6E6;
background-image: -moz-linear-gradient(center top , #E6E6E6, #E6E6E6);
background-repeat: repeat-x;
color: #333333;
text-decoration: none;
}
Please could you help me undestand why IE is not picking up the correct drop down hover colour of #E6E6E6
My site is
Thanks in advance











