Here You go. Add this line to Your .current_page_item_two a class in css file:
background-color: #eae5da;
You are "telling" the browser to keep #eae5da color at selected menu item and jquery mechanism works as it should. We basically just forced background color on selected item class.
Regards