So for instance if I set in my style sheet a right 1px border for my menu and I don't want it on the very last menu item.
the code generating the list...
<?php wp_nav_menu( array( 'container_class' => 'menu-header', 'theme_location' => 'primary' ) ); ?>
Appreciate any insights