How do I make an html div tag to be on top of everything?
You need to add position:relative; to the menu. Z-index only works when you have a non static positioning scheme.
position:relative;