dl, dt, dd, ul, li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
dl#menu {
  width: 14em;
}
dl#menu dt {
  cursor: pointer;
  margin: 2px 0;;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid gray;
  background: #eee;
}
dl#menu dd {
  border: 1px solid gray;
}
dl#menu li {
  font-family: Helvetica, Verdana, Arial, "Arial Black";
  font-size: 11px;
  background: #fff;
  margin: 2px;
}
dl#menu li a, dl#menu dt a {
  color: #000;
  text-decoration: none;
  display: block;
  border: 0 none;
  height: 100%;
}
dl#menu li a:hover, dl#menu dt a:hover {
  background: #eee;
}
