.dropmenu{
  *zoom: 1;
  list-style-type: none;
  margin: 5px auto 0px;
  padding: 0;
}
.dropmenu:before, .dropmenu:after{
  content: "";
  display: table;
}
.dropmenu:after{
  clear: both;
}
ul.dropmenu{
}
.dropmenu li{
  position: relative;
  width: 250px;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
  background:url(../../images/mainMenu_bg01.png) no-repeat;
}
.dropmenu li:last-child{
  background:url(../../images/mainMenu_bg02.png) no-repeat;
}
.dropmenu li a{
  display: block;
  margin: 0;
  padding: 10px 0 0;
  color: #303030;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
  min-height:30px;
}
.dropmenu li.massage a{
  display: block;
  margin: 0;
  padding: 0 0 4px;
  color: #303030;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
  min-height:30px;
}
.dropmenu li:hover > a{
}
.dropmenu li a:hover {
  background:url(../../images/mainMenu_bg01.png) no-repeat;
    background-color: #f4f1e4;
}
.dropmenu li:last-child a:hover {
  background:url(../../images/mainMenu_bg02.png) no-repeat;
    background-color: #f4f1e4;
}

