Try this:
style.css (line 78)
#navbar {
background-color:#FFFFFF;
color:#000000;
font-family:”sans-serif”,”Century Gothic”,”Times New Roman”,”Times”;
font-size:14px;
font-weight:bold;
height:50px;
margin:0px auto;
overflow:visible;
padding:0px;
text-transform:capitalize;
width:916px;
}
Replacing overflow:hidden with overflow:visible made it work OK in my Firebug editor.
good luck!