Taking a lead from the twentyten, I put <?php wp_nav_menu( array( 'sort_column' => 'menu_order', 'container_class' => 'menu-header', 'theme_location' => 'menubar' ) ); ?> Under the header where I would want the theme_location to represent. The output does not have a container class as specified.