.mlddm {	
	visibility: hidden;
	margin: 0 0 0 0;
	padding: 8 0 0 0;
	height: 26px;
	background-color: #10279B;
}

.mlddm li {	
	display: inline;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
	
.mlddm li a, .mlddm li a#buttonnohover	{	
	display: block;
	margin: 0 2px 0 0;
	padding: 0 10 10 4;
	/*width: 80px;*/
	font: bold 12px arial;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	color: #FFF;
	background-color: #10279B;
	/*border: 1px solid #5970B2*/
}

.mlddm li a:hover, .mlddm li a#buttonhover	{	
	/*background-color: #ABC9DE;*/
	text-decoration: underline;
}

.mlddm ul {	
	z-index: 100;
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background-color: #F1F2F3;
	border: 1px solid #ACAEB9;
}

.mlddm ul li {	
	float: none;
}

.mlddm ul li a {	
	display: block;
	width: auto;
	margin: 0px;
	padding: 5px 17px 5px 13px;
	font-weight: normal;
	text-align: left;
	color: #75798A;
	background-color: #F1F2F3;
	border-width: 0;
	text-transform: none;
}

.mlddm .hsub {	
	background: #F1F2F3 no-repeat right url(arrow.gif);
}

.mlddm ul li .hsub {	
	background: #F1F2F3 no-repeat right url(arrow.gif);
}

.mlddm .hsub:hover {	
	background: #F1F2F3 no-repeat right url(arrow.gif);
}

.mlddm ul li .hsub:hover {	
	background: #F1F2F3 no-repeat right url(arrow.gif);
}





