This is why it doesn't work:
See the blue box? That's the outline of #sidebar-wrapper. It is overlaying on top of your Z link and making the mouseover() event not trigger.
Make that side div width smaller and you should be alright. Or try changing the z-index of the link list.