you have overflow hidden specified in div#header_r
if you remove that line your menu will display properly
Try this:
Yuu can find this ID in template.css
div#header_r {
height:90px;
padding-left:370px;
padding-right:30px;
padding-top:25px;
text-align:left;
}
hope that helps