.mlddm {	
	visibility: hidden;
	margin: 0 0 0 0;
	padding: 0;
	height: 30px;
}

.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: 6 10 6 0;
	width: auto;
	font-size: 9pt;
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	/*text-transform: uppercase;*/
	white-space: nowrap;
	color: white;
	/*border: 1px solid #5970B2*/
}
		
.mlddm li a:link {
	color: white;
	text-decoration: none;
}
		
.mlddm li a:visited {
	color: white;
	text-decoration: none;
}		
		
.mlddm li a:hover {
	color: white;
	text-decoration: underline;
}		

.mlddm li a:hover, .mlddm li a#buttonhover {	
	/*background-color: white;*/
}

.mlddm ul {	
	z-index: 100;
	position: absolute;
	visibility: hidden;
	margin: 7px 0 0 0;
	padding: 0;
	/*background-color: #fbd5e7;*/
	border: 1px solid #3C4862;
	color: black;
}

.mlddm ul li {	
	float: none;
}

.mlddm ul li a:link {	
	display: block;
	width: auto;
	margin: 0px;
	padding: 5px 17px 5px 13px;
	font: 8pt arial;				
	font-weight: normal;
	text-align: left;
	text-transform: none;
	color: #3C4862;
	background-color: #D8DFE9;
	border-width: 0;
}

.mlddm ul li a:visited {
	display: block;
	width: auto;
	margin: 0px;
	padding: 5px 17px 5px 13px;
	font: 8pt arial;				
	font-weight: normal;
	text-align: left;
	text-transform: none;
	color: #3C4862;
	background-color: #D8DFE9;
	border-width: 0;
}

.mlddm ul li a:hover {
	background-color: #3C4862;
	color: white;
}

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

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

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

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




