.art-menu { padding: 5px;}
template.css (line 371) >>>
.art-menu li {
background: none repeat scroll 0 0 transparent;
border: 0 none;
display: block;
float: left;
margin: 0;
padding: 5px 0 0; //REMOVE or 0
position: relative;
z-index: 5;
}
This is most likely causing you some problems to start with; fix that to start with...