.mlddm {	
	visibility: hidden;
	margin: 0 0 0 329;
	padding: 0;
	height: 27px;
	z-index: 100;
	position: relative;
}

.mlddm li {	
	display: inline;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 100;		
}
	
.mlddm li a, .mlddm li a#buttonnohover {	
	display: block;
	margin: 0 2px 0 0;
	padding: 5 12 4 12;
	width: auto;
	font-size: 10pt;
	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*/
	z-index: 100;			
}

.mlddm li a:hover, .mlddm li a#buttonhover	{	
		
}

.mlddm ul {	
	z-index: 100;
	position: absolute;
	visibility: hidden;
	margin: 2px 0 0 0;
	padding: 0;
	border: 1px solid #025869;
}

.mlddm ul li {	
	z-index: 100;
	float: none;
}

.mlddm ul li a {	
	z-index: 100;
	display: block;
	width: auto;
	margin: 0px;
	padding: 5px 17px 5px 13px;
	font: 8pt arial;				
	font-weight: normal;
	text-align: left;
	text-transform: none;
	color: white;
	background-color: #029FBE;
	border-width: 0;
}
				
.mlddm ul li a:hover {
	background-color: white;
	color: #025869;			
	z-index: 100;			
}

.mlddm .hsub {	
	z-index: 100;
	background: #029FBE no-repeat right url(arrow.gif);
	color: white;
}

.mlddm ul li .hsub {	
	z-index: 100;
	background: #029FBE no-repeat right url(arrow.gif);
	color: white;
}

.mlddm .hsub:hover {	
	z-index: 100;
	background: white no-repeat right url(arrow.gif);
	color: #029FBE;
}

.mlddm ul li .hsub:hover {	
	z-index: 100;
	background: white no-repeat right url(arrow.gif);
	color: #029FBE;
}





