I’m dealing with exactly the same problem. Anyone?
List items containing parent pages should have the classes “current_page_parent” and “current_page_ancestor”. In your theme’s stylesheet, you just need to style .current_page_ancestor (or perhaps .current_page_ancestor a) in whatever way .current_page_item (or .current_page_item a) is already styled.
– Tim
That’s great! I’ve been looking all over the internet. I never would have thought there would be a solution that simple… Well, you proved me wrong! Thanks!
Similar topic, with solution, if it helps:
http://wordpress.org/support/topic/296283