In the Twenty Ten parent style.css, I see this:
#access li:hover > a,
#access ul ul :hover > a {
background: #333333;
color:#FFFFFF;
}
In the child theme I have made, I have commented out this:
/*background: #333333;*/
But still when I hover over any menu item, I see the black hover background: #333333;. How do I get rid of it?
I don't want to modify the parent style.css, because that will defeat the purpose of having created the child theme.
I have unsuccessfully tried to solve this for a long time now. I am not a dev, programmer or a geek. Please guide someone. Thanks.


News