Hi there,
you need to pass the class attribute for your menu in the array:
<?php wp_nav_menu(array('menu' => 'my,custom,menu', 'menu_class' => 'menu', 'theme_location' => 'main_nav')) ?>
or something like that, according to wp_nav_menu and bones_main_nav
[ Signature moderated. ]