#menu ul {
position: absolute; left: -1999em;
}
#menu li:hover ul {
left: 100px;
display: inline;
}

