I've added:
<?php
$paged = (get_query_var('paged')) ? get_query_var('paged') : 1;
query_posts('cat=3&paged=$paged');
?>
to a customised category page which seems to break the "current_page_item" functionality on the page menu.
I'm using the Sandbox theme.
...anyone know why?