body{
   background-color: #d7c5b7;
   background-size: cover;
   font-family: Goudy Old Style;
}
ul {
	margin-left: auto;
	margin-right: auto;
	padding-top: auto;
	padding-right: auto;
	padding-left: auto;
	padding-bottom: auto;
	list-style: none;
	text-align: center;
}
ul li {
    float: left;
    width: 200px;
    height: 40px;
    background-color: #5e1211;
    opacity: 0.8;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    margin-right: 2px;
    display: inline-block;
}
ul li a {
    text-decoration: none;
    color: white;
    display: block;
}
ul li a:hover {
    background-color: green;
}
ul li ul li {
    display: none;
}
ul li:hover ul li {
    display: block;
}
