.mlddm {
  margin: 0;
  padding: 0;
}

.mlddm li {
  display: inline;
  list-style: none;
  float: right;
  margin: 0;
  padding: 0;
}

.mlddm li a {
  display: block;
  margin: 0 2px 0 0;
  padding: 5px 21px;
  width: auto;
  line-height: 14px;
  font: bold 11px arial, sans-serif !important;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  color: #FFFFFF;
  background-color: #5970B2;
  border: 2px solid #5970B2;
}

.mlddm li a:link {
  color: #FFFFFF;
}

.mlddm li a:visited {
  color: #FFFFFF;
}

.mlddm li a:hover {
  background-color: #FFFFFF;
  color: #5970B2;
}

.mlddm li a:active {
  background-color: #FFFFFF;
  color: #5970B2;
}

.mlddm ul {
  z-index: 100;
  position: absolute;
  visibility: hidden;
  margin: 2px 0 0 0;
  padding: 0;
  background-color: #5970B2;
  border: 2px solid #5970B2;
}

.mlddm ul li {
  float: none;
}

.mlddm ul li a {
  display: block;
  width: auto;
  margin: 0;
  padding: 5px 17px 5px 13px;
  font-weight: normal;
  text-align: left;
  text-transform: none;
  white-space: pre;
  color: #FFFFFF;
  background: transparent;
  border-width: 0;
}

.mlddm ul li .hsub {
  background-image: url(darkarrow.gif);
  background-position: right;
  background-repeat: no-repeat;
}

.mlddm ul li .hsub:link {
  color: #FFFFFF;
}

.mlddm ul li .hsub:visited {
  color: #FFFFFF;
}

.mlddm ul li .hsub:hover {
  background-image: url(darkarrow.gif);
  background-position: right;
  background-repeat: no-repeat;
  color: #5970B2;
  background-color: #FFFFFF;
}

.mlddm ul li .hsub:active {
  color: #5970B2;
  background-color: #FFFFFF;
}

.mlddm ul li .shsub {
  margin-left: 15px;
}

.mlddm ul li .shsub:hover {
  margin-left: 15px;
}

.mlddm ul li .sshsub {
  margin-left: 30px;
}

.mlddm ul li .sshsub:hover {
  margin-left: 30px;
}

.mlddm li #htri {
  background: transparent url(triangle.gif) no-repeat;
  background-position: right;
  text-align: right;
  border: 0;
  margin: 0 2px 0 0;
  padding: 0;
  height: 28px;
  width: 34px;
}

.mlddm li #htri:hover {
  background: transparent url(triangle.gif) no-repeat;
  background-position: right;
  text-align: right;
  border: 0;
  margin: 0 2px 0 0;
  padding: 0;
  height: 28px;
  width: 34px;
}

.mlddm li a .last {
  margin: 0;
}

.mlddm li a .last:hover {
  margin: 0;
}

