It's doing the same thing for me at lower res.
What I have learnt about transmenu (sw menu) is that all the enclosing DIV's have to have position static applied to them.
I set this up for the top menu but not the left or user1 module.
What you can try is going into the template css and adding:
| Code: |
position:«»static;
|
to all the DIV classes that are wrapped around the one your menu is in - this includes #left, #container, #innerContainer, etc
Not sure if it will break the layout :(
but you will need position:static; for the menu to align correctly.