1. I had used this widget before the upgrade. I just deactivated all of my plugins and the widget was still not available.
2. Here is the navigation code from header.php:
<ul> <li class="pagenav-home"><ul><li <?php /* If this is the frontpage */ if ( is_home()) { ?> class="current_page_item" <?php } ?>><a href=".">Home</a></li></ul></li> <?php wp_list_pages('title_li=<h2>Pages</h2>'); ?> </ul>