#navWrapper {
 position: absolute;
 height: 100px;
 top: 130px;
 left: 0;
 right: 0;
 overflow: visible;
}

#nav {
 position: relative;
 margin: 0 auto;
 width: 600px;
 overflow: visible;
}
#nav div.container {
 float: left;
 position: relative;
 width: 120px;
 height: 30px;
 text-align: center;
}
#nav a.menu {
 position: absolute;
 overflow: hidden;
 width: 120px;
 top: 0;
 left: 0;
  
 text-decoration: none;
 line-height: 30px;
 text-indent: 0;
}
#nav a.menu:hover {
 overflow: visible;
 cursor: pointer;
}
#nav ul.submenu {
 display: block;
 position: absolute;
 width: 120px;
 top: 30px;
 left: 0;
 margin: 0;
 padding: 0;
 line-height: 2;
 list-style-type: none;
 white-space: nowrap;
}