/********* Menu Animation rollIn **********/

nav ul li:hover > ul {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}