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

.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: 18 12 19 12;
	width: auto;
	font-size: 13pt;
	font-family: Trebuchet MS;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	/*text-transform: uppercase;*/
	white-space: nowrap;
	color: white;
	border-right: 3px solid #78c067;
}
		
.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: #622f92;
	/*border: 1px solid #3C4862;*/
}

.mlddm ul li {	
	float: none;
}

.mlddm ul li a:link {	
	display: block;
	width: auto;
	margin: 0px;
	padding: 5px 17px 5px 13px;
	font: 10pt trebuchet ms;				
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	color: white;
	background-color: #622f92;
	border-width: 0;
}

.mlddm ul li a:visited {
	display: block;
	width: auto;
	margin: 0px;
	padding: 5px 17px 5px 13px;
	font: 10pt trebuchet ms;				
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	color: white;
	background-color: #622f92;
	border-width: 0;
}

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

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

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

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

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




