Now all I have in my custom css tab is:
#accordeonck220 li.level1.active:hover > span {
background: #4B8DCF;
}
#accordeonck220 li.level1.active:hover > span a {
color: #FFFFFF;
}
I've been trying to change it so "Product" with remain white when you mouse over the other menu items under it (sub or sub sub). I'm still not having any luck.