reference: http://codex.wordpress.org/Function_Reference/wp_list_pages#Current-Page_Ancestor_Menu_Items http://codex.wordpress.org/Function_Reference/wp_nav_menu#Current-Page_Menu_Items
@@ -67,7 +67,7 @@ NAVIGATION STYLES
/* highlight current page */
li.current-menu-item,
li.current_page_item,
- li.current-page-ancestor {
+ li.current_page_ancestor {
a {}
} /* end current highlighters */
} /* end .menu ul */