You can use the active menu reaction to set the menu item that should be made active when a context is active.

To do this Context module needs to modify the HTML that Drupal produces for your menus, it does this automatically for the primary and secondary links in your theme. However, it cannot know about all other menus you are showing on your page, and any other places that you might be showing them. For context to highlight the active menu item you may need to modify the code that produces the HTML for those menu items.

Context module provides a helper function context_menu_set_active() that will walk an array of links and set an active class on those that should be active. Further details can be found in the following issues: