Contributor(s): Andres Montano
A common problem is for the secondary nav to not properly show "hide" when it is showing, and "show" when it is hidden. To fix this, the key code is:
jQuery("#sideMenuLink").css("background-position", "0% 0%"); jQuery("#fxSideMenu").fadeOut("fast");