I looked at your code and i removed a style on it and the drop down worked
<style>
#submenu { background:#fff; padding:0; margin:0; border-collapse:collapse; }
#submenu td { text-align:bottom; margin:0; padding:7px 6px 6px; position:relative; top:6px; }
#submenu img { display:none; }
#submenu a { font-weight:bold; font-size:12px; text-decoration:none; color:#2caed8; border: 1px solid #e9e9e9; border-bottom:0; background:#f9f9f9; padding:6px; }
#submenu a:hover { color:#fff; background: #2caed8 url(
http://i44.tinypic.com/352rgbc.jpg) top repeat-x; border: 1px solid #77cbe6; }
</style>
i seen this and was at a lost why you needed so much. This is as far as i could go ...also why is the hover hosted at tinypic.com ???
Okay i removed this line from your style.css and the arrow shows up but since tested i could not click and see if javascript worked
#submenu img { display:none; }
i dont know why that was there ??? you have image also to tinypic so i didnt see why that was needed. Also you need to put all that css in the main.css or additional css listed in that particular style. But it is the submenu css that is throwing it off