.menu {
  position : absolute;
  margin-left : 270px;
  float : left;
  height : 38px;
  width : auto;
  margin-top : 66px;
}

.menu_button {
  margin-left : 20px;
  float : left;
  width : 117px;
  height : 38px;
  background-image : url('../layout/menu/menu_normal.png');
  text-decoration : none;
  color : #535353;
}

.menu_button:hover {
  margin-left : 20px;
  float : left;
  width : 117px;
  height : 38px;
  background-image : url('../layout/menu/menu_hover.png');
  text-decoration : none;
  color : #e5e5e5;
}


.menu_button_title {
  display : block;
  width : 117px;
  height : 20px;
  text-align : center;
  margin-top : 2px;
  font-size : 13px;
}
