I have a list (wp_list_pages) in the header of my site, which I want to have styled completely different from any other Page list. It is given class="page_item" by default, so I styled that parameter in my style sheet -- but of course, it is styling any WP-generated list of Pages on the whole site, which is not what I want. Is there any way around this?