Oops! Sorry about that. Instead of commenting out the line just make these changes:
Code:
#navmenu li.current_page_item>a,
#navmenu li.current-menu-item>a,
#navmenu2 li.current_page_item>a,
#navmenu2 li.current-menu-item>a {
color: #000;
}
That makes it apply only to anchor tags that are the IMMEDIATE child of the "current" <li> element.