No custom mods, just installed some plugins i bought from here (you). Anyway i was able to solve it by modifing this:
header .relative2 {
border-bottom: 1px solid #dfe3ed;
padding: 4px 25px;
}
to this:
header .relative2 {
border-bottom: 1px solid #dfe3ed;
padding: 4px 25px;
z-index: 999;
}
So its okey now, the menu came in front