.dropdownmenu {
 text-transform: uppercase;
  margin: 0 auto;
  padding: 1em 1em 0em 0em;
  font-family: georgia, serif;
  text-transform: uppercase;
  display: flex;
  width: 98%;
}
#dropdownmenu:after
{
content: ".";
display: block;
line-height: 1px;
font-size: 1px;
clear: both;
}
.dropdownmenu ul {
display: none;
list-style: none;
font-size: 1.0em;
}
.dropdownmenu,
.dropdownmenu ul {
  list-style-type: none;
  margin: 0px auto;
  padding: 0px;
}
.dropdownmenu a {
  display: block;
  padding: 0.5em;
  border-width: 0px;
  border-color: #ffe #aaab9c #ccc #fff;
  border-style: solid;
  text-decoration: none;
  text-align: center;
  background-color: #f7f2ea;
  font-weight: normal;
}
.dropdownmenu li {
width: 11.1%;
position: relative;
margin: 2px;
padding: 0px;
border-width: 0px;
border-color: #700;
border-style: solid;
}
.dropdownmenu li:hover ul {
  width: 80%;
  display: block;
  position: absolute;
  top: 41px;
  left: 10px;
  font-size: 1.0em;
  text-transform: none;
  z-index: 100;
  border-width: 1px;
  border-color: #777;
  border-style: solid;
  background-color: #f7f2ea;
}
.dropdownmenu ul a:hover {
  background-color: #ac9933;
}
