Hi Antreas, It seems that your problem is due to overflow:hidden on your #wrapper element. As the menu is inside that element, and you want it to be visible outside it's bounds, you will have to remove overflow:hidden. I notice your layout sort of relies on that property though - looks like you might need to rethink a few things.
Joel Birch