.mlddm{	
   visibility: hidden;
   margin: 0;
   padding: 0;
   white-space: nowrap;
   overflow: hidden;
   background-color: #ffa119;
   text-decoration: none;
}

.mlddm li {
   display: inline;
   list-style: none;
   float: left;
   margin: 0;
   padding: 0;
}

.mlddm li a, .mlddm li a#buttonnohover{
   display: block;
   padding: 0px 10px;
   border-right:1px solid #FF6600;
   font-weight:bold;
   font-size:1em;
   font:10px Arial, Helvetica, sans-serif;
   letter-spacing:.1em;
   text-align: center;
   text-decoration: none;
   white-space: nowrap;
   color: #000000;
   background-color: #ffa119;
   line-height:16px;
   /* border: 1px solid #5970B2*/
   /* width: 80px;*/
   /* text-transform: uppercase;*/
}

.mlddm li a:hover, .mlddm li a#buttonhover{
   background-color: #FF6600;
   text-decoration: none;
}

.mlddm ul{
   z-index: 100;
   position: absolute;
   visibility: hidden;
   margin: 2px 0 0 0;
   padding: 0;
   background: #FF6600;
   /* border: 1px solid #5970B2 */
}

.mlddm ul li{
   float: none
}

.mlddm ul li a, .mlddm ul li a:hover{
   display: block;
   width: auto;
   margin: 0;
   padding: 5px 17px 5px 13px;
   font-weight: normal;
   text-align: left;
   text-transform: none;
   text-decoration: none;
   white-space: pre;
   color: #000000;
   background: transparent;
   border-width: 0
}

.mlddm ul li .hsub{
   /* background: transparent no-repeat right url(/images/arrow.gif) */
}

.mlddm ul li .hsub:hover{
  /* background: no-repeat right url(/images/arrow.gif) */
}

