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

.mlddm li {
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
	text-indent: 10px;
	height: 24px;
	width: 192px;

}

.mlddm li a,.mlddm li a#buttonnohover {
	display: block;
	margin: 0px;
	line-height: 24px;
	text-decoration: none;
	white-space: nowrap;
	color: #555;
	height: 24px;
	width: 152px;
	padding: 0 20px 0 20px;
	font-size:11px;
	font-weight: normal;

}

.mlddm li a:hover,.mlddm li a#buttonhover {
	color: #555;
	text-decoration: underline;
	background-color: #e3e3e3;
}

/*******************************************************/

.mlddm .hsub {
}

.mlddm .hsub:hover {
	background-color: #e3e3e3;
}

.mlddm a.current {
	background-color: #e3e3e3;
}
/*******************************************************sub*/
.mlddm ul {
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	z-index: 20;
}
.mlddm ul li {
	background-color: #e3e3e3;
}

.mlddm ul li a {
	border-width: 0;
	text-align: left;
	text-indent: 0px;
	
}
