.mlddm {	
	visibility: hidden;
	margin: 0 0 0 20;
	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 11 4 6;
	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-right: 1px solid #939393;
}
		
.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: 3px 0 0 0;
	padding: 0;
	/*background-color: #fbd5e7;*/
	border: 1px solid #808080;
	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: black;
	background-color: #e8e8e8;
	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: black;
	background-color: #e8e8e8;
	border-width: 0;
}

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

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

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

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

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




