  li.mea {
  font: 200 14px/1.5 Helvetica, Verdana, sans-serif;
  line-height: 165%
}

li.mea:last-child {
  border: none;
}

li.mea a {
  text-decoration: none;
  color: #777777;

  -webkit-transition: font-size 0.1s ease, background-color 0.3s ease;
  -moz-transition: font-size 0.1s ease, background-color 0.3s ease;
  -o-transition: font-size 0.1s ease, background-color 0.3s ease;
  -ms-transition: font-size 0.1s ease, background-color 0.3s ease;
  transition: font-size 0.1s ease, background-color 0.3s ease;
  display: block;
 
}

li.mea a:hover {
  font-size: 15px;
  color:#444444;
  background: #F2F2F2;
  width: 550px;
}
}