I've got a cufon hover parent/child problem.E.g. with css I'm doing this.\[code\]ul li a{ color: blue;}ul li:hover a{ color: red;}\[/code\]the \[code\]a\[/code\] color is blue but if you hover over the parent \[code\]li\[/code\] it changes to red.E.g. with cufon I do something like this:\[code\]Cufon.set('fontFamily', 'opensans').replace('ul > li:hover a', {color: red, hover:true});\[/code\]but ofcourse the \[code\]li:hover\[/code\] doesnt work, does someone know how to make it work?