body{
  font: 200 20px/1.5 Helvetica, Verdana, sans-serif;
  font-weight:bold;
  padding:10px;
  padding-bottom:20px;
}


ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
 
li {
  font: 200 20px/1.5 Helvetica, Verdana, sans-serif;
  border-bottom: 1px solid #ccc;
}
 
li:last-child {
  border: none;
}
 
li a {
  text-decoration: none;
  color: #000;
  display: block;
//  width: 200px;
 
  -webkit-transition: font-size 0.3s ease, background-color 0.3s ease;
  -moz-transition: font-size 0.3s ease, background-color 0.3s ease;
  -o-transition: font-size 0.3s ease, background-color 0.3s ease;
  -ms-transition: font-size 0.3s ease, background-color 0.3s ease;
  transition: font-size 0.3s ease, background-color 0.3s ease;
}
 
li a:hover {
  font-size: 25px;
  background: #f6f6f6;
}

ul ul{margin-left:30px;}

#MENU{display: none;}
#cssmenu:before {
  content: "All decoders available at Serial-Number-Decoder.co.uk";
  font-size: 30px;
}