

.menu_container {
  position: relative;
  top: 0px;
  padding: 0 0;
  margin: 0 0 0 0;
}

.menu {
  background-color: #E0E0E0; 
  border-style: solid; 
  border-width: 1;
  width: auto;
  overflow: visible;
  padding: 10 10;
  position: absolute; 
  left: 0; 
  top: 30;
}

.submenu {
  position: absolute;
  height: 15;
  z-index: 10;
}

#menuroot ul {
  list-style: none;
  padding: 0 0;
  margin: 0 0 0 0;
  text-indent: 0;
}

