.menu {
  width: 100%;
  min-height: 50px;
  background-color: #ffffff;
  float: left;
}

.menu ul {
  list-style: none;
}

.menu ul li {
  float: left;
  padding: 0.5% 0.5% 0%;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  border-right: 1px solid #999999;
  position: relative;
}

.menu ul li:last-child {
  border-right: none;
}

.menu ul li a {
  text-decoration: none;
  color: #009999;
}

.img1 {
  position: absolute;
  bottom: 57.5%;
  right: 43.9%;
  transition: all ease-in-out 0.3ms;
}

.img1:hover {
  position: absolute;
  bottom: 57%;
  right: 43.9%;
  min-height: 90px;
  min-width: 100px;
}

.img2 {
  bottom: 57.7%;
  min-height: 75px;
  min-width: 74px;
  position: absolute;
  right: 0%;
  transition: all ease-in-out 0.3ms;
}

.img2:hover {
  position: absolute;
  bottom: 57.7%;
  right: 0%;
  min-height: 115px;
  min-width: 110px;
}

.img3 {
  bottom: 33%;
  min-height: 82px;
  min-width: 75px;
  position: absolute;
  right: 68%;
  transition: all ease-in-out 0.3ms;
}

.img3:hover {
  position: absolute;
  bottom: 32%;
  right: 67%;
  min-height: 115px;
  min-width: 110px;
}

.img4 {
  bottom: 32.5%;
  min-height: 82px;
  min-width: 75px;
  position: absolute;
  right: 19.5%;
  transition: all ease-in-out 0.3ms;
}

.img4:hover {
  position: absolute;
  bottom: 32.5%;
  right: 19.5%;
  min-height: 115px;
  min-width: 110px;
}

.img6 {
  bottom: 7.3%;
  max-height: 85px;
  min-width: 85px;
  position: absolute;
  right: 44%;
  transition: all ease-in-out 0.3ms;
}

.img6:hover {
  position: absolute;
  bottom: 7.3%;
  right: 44%;
  min-height: 115px;
  min-width: 110px;
}
