#dd {
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  font-size: 10pt;
}

#dd li {
  list-style: none;
  float: left;
  font-size: 10pt;
}

#dd li a.menu {
  display: block;
  text-align: center;
  background: #efefef;
  padding: 2px 2px;
  margin: 0px 1px 0px 1px;
  color: #000000;
  width: 156px;
  text-decoration: none;
}

#dd li a.menu:hover {
  background: #cdcdcd;
}

.submenu {
  background: #efefef;
  border: 1px solid #000000;
  visibility: hidden;
  position: absolute;
  z-index: 3;
  width: 210px
}

.submenu a {
  display: block;
  font-size: 10pt;
  text-align: left;
  text-decoration: none;
  padding: 2px;
  color: #000000;
}

.submenu a:hover {
  background: #cdcdcd;
  color: #000000;
  text-decoration: underline;
}

