.mlddm {
	visibility: hidden;
}
.mlddm li a, .mlddm li a#buttonnohover {
	display: block;
	text-align: center;
	white-space: nowrap;
	margin:0;
	text-decoration: none;
}

.mlddm li a:hover, .mlddm li a#buttonhover {
	background: #fff;
}

.mlddm ul {
	z-index:100;
	visibility:hidden;
	position:absolute;
	clear:both;
	background: #f0f0f0;
	border-right:1px solid #e8e8e8;
	border-bottom:1px solid #e8e8e8;
	border-left:1px solid #e8e8e8;
	font-size:.6em;
	padding:0;
	margin:0;
}
		
.mlddm ul li {
	float: none;
	width: 170px;
}

.mlddm ul li a {
	padding: 8px 15px 0 15px;
	text-align: left;
	background: transparent;
}

.mlddm ul li a:hover {
	text-align: left;
	background: transparent;
}

.mlddm .hsub {
	background: no-repeat right url(/images/ui/arroww.gif);
}

.mlddm .hsub:hover {
	background: #7ba445 no-repeat right url(/images/ui/arroww.gif);
}
