For the mouse not working on the menu buttons, I would check if you have a Container on top of them that is blocking the mouse input from getting passed to the buttons. Check for anything that should not be getting mouse input that might have the Mouse Filter set to Pass or Stop. Change this to Ignore and input should get to the buttons.