Changing from primary to a custom menu changes my CSS navigation layout

You were missing an element container_class Try this –

<div id="access" role="navigation">
     <?php wp_nav_menu( array ( 'container_class' => 'menu-header', 'menu' => 'Main' ) ); ?>
</div><!-- #access -->