I'm no CSS guru, by any means. Typically, I'm able to meander my way through to understand what I'm looking at and then be able to mold it into what I want.
With that said, the following CSS lines have me scratching my head and I can't find anything to help me clarify it.
#testmenu li:hover > a{
color: #fafafa;
}
I understand the reference to the hover of an li within the testmenu ID, but the "> a" has me lost. What is going on here?