Prueba a modificar en el CSS esto:
Código HTML:
#menu {
margin-left:600px;
margin-top: 19px;
margin-right: 3px;
width: 172px; background-color:#660099; padding-bottom:20px;
border:#666666 1px dashed;
}
Por este otro:
Código HTML:
#menu {
margin-top: 19px;
margin-right: 3px;
float: left;
width: 172px; background-color:#660099; padding-bottom:20px;
border:#666666 1px dashed;
}
A ver si con eso se corrije, almenos en la prueba que he echo si que se corregía en el Firefox.