Currently I am trying to get the top menu tabs to not be covered by the header image. For some reason when I updated to a newer version of wordpress or Mantra, the header now covers the tabs at the top.
This topic was modified 11 years ago by Zed. Reason: moved to the proper location
You have a custom CSS declaration: #access { margin: -27px auto 0; }
most likely to position the menu over the header image.
Add position: relative;
to bring the menu on top.