Hi there!
I managed to higlight active item (page) in menu with following style:
.menu li.current-menu-item > a,
.menu li.current-menu-ancestor > a
{
text-decoration: none;
color:#ce046a;
font-weight:bolder;
}
Is it possible to higlight parent page when child page is active (but not listed in menu).
I hope you understand what I mean :)
Thanx in advance!
http://wordpress.org/extend/plugins/jquery-vertical-accordion-menu/