-1
Give your menu a higher z-index value, say:
.myMenu {z-index:1000;}
Note: if your menu container has a lower z-index than the z-index of your image or the container of your image, above won't work. You have to increase the z-index of the menu container, or decrease the z-index of your image(or the container of the image).