Re: Theme question
This is actually not in a template file, its in the navigation rendering array. You could add the class with javascript though if you wanted.
jQuery("#bp-nav a").addClass('ajaxify');
jQuery("#bp-nav a").attr("target","#content");