.mlddm {
	visibility: visible;
	overflow: hidden;
	padding: 0 0 2px 0;
	white-space: nowrap;
	margin: 0;
	float: left;
}
.mlddm li {
	display: block;
	list-style-type: none;
	float: left;
	margin: 0 12px 0 0;
	padding: 0;
	background-image: none;
}
.mlddm li a, .mlddm li a#buttonnohover {
	display: block;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	color: #476c89;
	padding: 15px 0;
	margin: 0;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.mlddm li a:hover, .mlddm li a#buttonhover, .mlddm li a:focus {
	color: #ed1f24;
}
.mlddm ul {
	z-index: 100;
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	width: 520px;
	background: #ccc;
}
.mlddm ul li {
	margin: 0 10px 0 0;
	display: inline;
	width: 500px;
	background: #ddd;
	

	
}
.mlddm ul li a {
	display: block;
	width: auto;
	margin: 0;
	font-weight: normal;
	text-align: left;
	text-transform: none;
	white-space: pre;
	color: #476c89;
	background: transparent;
	border-width: 0;
	padding: 5px 15px 5px 0;
	float: left;
	clear: none;
}
.mlddm ul li .hsub {
	background: transparent no-repeat right url(arrow.gif)
}
.mlddm ul li .hsub:hover {
	background: #ABC9DE no-repeat right url(arrow.gif)
}

