Menu Issue Going Behind

Hello,

I have a dropdown menu on my site tried to use z-index but didn’t work to move it infront of the other content…

How can I achieve this I’m sure I’m just doing something wrong.

http://modocom.ca/ejump/

Thanks

The problem is here:

.container.cabecera {
    z-index: 0;
}

Change it to something like this:

.container.cabecera {
    z-index: 100;
}