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

.mlddm li {
	list-style-image: none;
	list-style-type: none;
	float:left;
	margin: 0;
	padding: 0;
	text-align: center;
	text-indent: 10px;
	height: 30px;
	/*width: 166px;*/
	
}

.mlddm li a,.mlddm li a#buttonnohover {
	display: block;
	margin: 0px;
	line-height: 30px;
	text-decoration: none;
	white-space: nowrap;
	color: #000;
	height: 30px;
	/*width: 136px;*/
	padding: 0 15px 0 15px;
	font-size:12px;
	font-weight: bold;
	background-color: #ffcc00;
}

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

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

.mlddm .hsub {
	
	
}

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


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

	
}
.mlddm ul li {
	background-color: #fde481;
	width:136px;
}

.mlddm ul li a {
	border-width: 0;
	text-align: center;
	background-color: #fde481;
	border-top:1px #fff solid;
	border-bottom:1px solid  #ffcc00;
}

.mlddm ul li a:hover {
	background-color: #fdf1c2;
}

