.menu ul {
   list-style: none;
   float: right;
   right: 50%;
}

.menu ul li {
   float: left;
   left: 50%;
   top: 0px;
}