part of the problem starts with your body click handler.
Comment that one out and will see things happen when you click menu items. Menu click handler code will still need modifying but at least you will see things now, and can modify accordingly.
I ran this in console to unbind the body handler so I could see what was happening:
jQuery('body').unbind('click')