            
#dd {
  margin: 0;
  padding: 0;
}

#dd li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  font: bold 12px;
}

#dd li a.menu {
  display: block;
  text-align: center;
  background: #5970B2;
  border-right: 1px solid #ffffff;
  padding: 5px;
  margin: 0;
  color: #ffffff;
  width: 136px;
  text-decoration: none;
}

#dd li a.menu:hover {
  background: #49A3FF;
}

.submenu {
  background: #E1FFD2;
  border-left: 1px solid #5970B2;
  border-right: 1px solid #5970B2;
  visibility: hidden;
  position: absolute;
  z-index: 3;
}

.submenu a {
  display: block;
  border-bottom: 1px solid #5970B2;
  font: 12px;
  text-align: left;
  text-decoration: none;
  padding: 5px;
  color: #2875DE;
  width: 133px;
}

.submenu a:hover {
  background: #49A3FF;
  color: #FFFFFF;
}
        