Hi,
Just FYI, if you are using multiple levels of pages in the top menu, you should add
#access ul li.current_page_ancestor > a,
to this block under menu in the css file
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
color: #0c2074;
border-color: #0c2074;
}
to highlight the ancestor of any sub-page you click. Otherwise the visitor has no clue on what exact page they are (unless you display it somewhere else on the page, wich is (in my view) not needed).
See also http://www.designisphilosophy.com/tutorials/highlight-current-page-or-category/ for some general info.
Regards,
Martin