body {
text-align: center;
}

body#download {
padding: 4px 40px 4px 40px;
}

ul {
  font-family: Helvetica, Verdana;
  font-size: 16px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  width: 280px;
  text-align: left;
}
ul li {
  display: block;
  position: relative;
  float: left;
}
li ul { display: none; }
ul li a {
  display: block;
  width: inherit;
  text-decoration: none;
  text-transform: uppercase;
  /* TEXT COLOR */
  color: #000000;
  border-top: 0px solid #ffffff;
  padding: 4px 10px 4px 10px;
  background: #ffffff;
  margin-left: 0px;
  white-space: nowrap;
}
ul li a:hover { background: #000000; color: #ffffff }
li:hover ul {
  display: block;
  width: inherit;
  position: absolute;
}
li:hover li {
  float: none;
  width: inherit;
  font-size: 11px;
}
li:hover a { background: #000000; color: #ffffff }
li:hover li a:hover { background: #ffffff; color: #000000 }