body {
	text-align:  center;
    font: 35px 'Verdana';
    margin: 10;
    padding: 10;
	margin:0 auto;
}
#ul {
    display: block;
    margin: 5;
    padding: 5;
    list-style: none;
}
#ul > li:hover > ul {
    display:block;  
}
#ul:after {
    display: block;
    content: ' ';
    clear: both;
    float: none;
	list-style-type: none;
}
#li {
    float: left;
    position: relative;
	width: 194px;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	margin: 10px 10px 0px 10px;
	list-style-type: none;
}
#lia {
    width: 170px;
    display: block;
     position: relative;
	  display: inline-block;
	  color: rgb(245,245,245);
	  text-shadow: 0 -1px rgba(0,0,0,.1);
	  text-decoration: none;
	  user-select: none;
	  padding: .3em 1em;
	  outline: none;
	  border: none;
	  border-radius: 3px;
	  background: linear-gradient(to bottom, #85c839 0%,#4e7a0b 100%);
	  box-shadow: inset #4e7a0b 0 -1px 1px, inset 0 1px 1px #4e7a0b, #4e7a0b 0 0 0 1px, rgba(0,0,0,.3) 0 2px 5px;
	  -webkit-animation: pulsate 1.2s linear infinite;
	  animation: pulsate 1.2s linear infinite;
	padding: 14px;
	text-decoration: none;
	list-style-type: none;
}
#lia:hover {
    -webkit-animation-play-state: paused;
	animation-play-state: paused;
	cursor: pointer;
}
#lia:active {
	  top: 1px;
	  color: #fff;
	  text-shadow: 0 -1px rgba(0,0,0,.3), 0 0 5px #ffd, 0 0 8px #fff;
	  box-shadow: 0 -1px 3px rgba(0,0,0,.3), 0 1px 1px #fff, inset 0 1px 2px rgba(0,0,0,.8), inset 0 -1px 0 rgba(0,0,0,.05);
}
@-webkit-keyframes pulsate {
  50% {color: #fff; text-shadow: 0 -1px rgba(0,0,0,.3), 0 0 5px #ffd, 0 0 8px #fff;}
}
@keyframes pulsate {
  50% {color: #fff; text-shadow: 0 -1px rgba(0,0,0,.3), 0 0 5px #ffd, 0 0 8px #fff;}
}
#sub {
	margin: -5px 0px 0px 0px;
	top: 0px;
	text-align:  left;
	font: 27px 'Verdana';
    background-color: #6CA729;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
    position: absolute;
    width: 154px;
    top: 81px;
	display: none;
	list-style-type: none;
	border: 1px double #228B22;
}
#subli {
    display: block;
	list-style-type: none;
}
#sublia {
    display: block;
    padding: 10px;
    color: white;
    background-color:  #6CA729;
    text-decoration: none;
	list-style-type: none;
	
}
#sublia:hover {
    text-decoration: none;
	list-style-type: none;
}
#ul.menu > li:hover > ul.submenu {
    display: block;
}