I have a wp_list_pages() which I need help styling. The class that is returned class="page_item page-item-2 current_page_item"
In this theme I'm developing, I need to define a separate style for page-item-2, when it is the current page, and when it's not. Which is no big deal, here's the kicker, I need page-item-3, and page-item-3 current_page_item be different than their page-item-2 counterparts.
Is it possible to do something like this in CSS?