.mlddm {
	visibility: visible;
	margin:0;
	padding:0;
	white-space: nowrap;
	overflow: hidden;
	height:24px;
}
.mlddm li {
	display: inline;
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
}
.mlddm li a, .mlddm li a#buttonnohover {
	display: block;
	margin: 0 0 0 0;
	/*padding: 4px;
		width: 80px;*/
		font: 12px arial;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	color: #FFF;
}
.mlddm li a:hover, .mlddm li a#buttonhover {
	background-color: #666;
	color:#fff;
}
.mlddm ul {
	z-index: 5000;
	position: absolute;
	visibility: hidden;
	margin: 0 0 0 0;
	padding: 0;
	background: #ccc;
	color:#000;
}
.mlddm ul li {
	float: none
}
.mlddm ul li a {
	display: block;
	width: auto;
	margin: 0 0 0 0;
	padding: 4px;
	font-weight: normal;
	text-align: left;
	font-size:12px;
	white-space: pre;
	color: #000;
	background: transparent;
	border-bottom:solid 1px #ffffff;
	border-left:solid 1px #ffffff;
	border-right:solid 1px #ffffff;
	width:140px;
/*border-width: 0*/}
.mlddm ul li .hsub {	/*background: transparent no-repeat right url(/gifs_2/arrow.gif);
	background-position:right;*/
}
.mlddm ul li .hsub:hover {
	background: /*#b9b59d*/ no-repeat right url(/gifs_2/arrow.gif);
	background-position:right;
}

