Those are the template_hooks in the navbar
Code:
$template_hook[navbar_buttons_right]
$template_hook[navbar_buttons_left]
$ad_location[ad_navbar_below]
In the PHP (includes/dynamic_navbar) you will also find those HOOKs.
I would like to say, simply add 3 template_hooks in your tempalte and change the 3 HOOKs in the php file to your HOOKs.
Footnote: This is untested.