Hey,
If you want to list all the top pages, plus only the subpages of the page you are currently viewing, add this to your CSS:
.custom .children {
display: none;
}
.current_page_item .children,
.current_page_ancestor .children,
.current_page_parent .children {
display:
block;
}