Are you using the same camera to display your HUD (menus, buttons, etc.) as your other stuff, or do you have your HUD drawn over the top of a second camera?
Typically, I've moved my world camera and then have my UICamera with my 2D GUI elements drawn on top of them. That way, nothing from the 3D camera "clips" my 2D stuff. But your setup may be different.