Set the drop-down portions to 'display:relative;', and give them a z-axis of 'z-index:10;'
Then, do the same for the content element; set it to 'display:relative;', and give its z-axis something with a lower value, like 'z-index:5;'
That should do it.
__________________