Thanks for your help. The next issue I am facing is that the code to pull the menu is not working. It is pulling the info from the main menu, but not my secondary menu. The code I used on my other Web Site was:
<div class="member-login span6">
<?php wp_nav_menu( array('menu' => 'About-Us-Menu' )); ?>
</div>
I wanted to do the same thing here to pull the info from the menu I titled “Minor-Menu”
<div class="Minor-Menu span6">
<?php wp_nav_menu( array('menu' => 'Minor-Menu' )); ?>
</div>
But it is not working.