if a post is in multiple categories, is there a way to have the admin select which category is the primary one so that wp_nav_menu() highlights only the primary category instead of all the categories the post is in?
one possible hack is to use a custom field that gets read by javascript to highlight the menu item on page load, but is there a better way?