I would like to make the OneEleven theme menu a bit less fancy. The menu slide effects are beautifull, but a bit too much for me after half a hour. I like to get used to positions of a menu item, after a few days you get to the position and clicking items is like second nature

. With the current effects you have click first, then move the mouse, click again and the menu changes again from position.
I would like to click the menu's open that I need, and on page change/refresh those items to stay open. I can change the js file to have multiple menu's open at the same time by removing this line: pagemenu.find('ul').slideUp(0);
But on a page change/refresh they are closed again.
What do I need to change to keep the menu's open?