.mlddm {
	visibility: visible;
	overflow: hidden;
	padding: 0 0 2px 0;
	white-space: nowrap;
	margin: 0;
	float: right;
}
.mlddm li {
	display: inline;
	list-style-type: none;
	float: left;
	margin: 0 10px;
	padding: 0;
	background-image: none;
}
.mlddm li a, .mlddm li a#buttonnohover {
	display: block;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0;
	margin: 0;
}
.mlddm li a:hover, .mlddm li a#buttonhover, .mlddm li a:focus {
	color: #b2d88b;
}
.mlddm ul {
	z-index: 100;
	position: absolute;
	visibility: hidden;
	margin: 6px 0 0 0;
	padding: 0;
	background: #99A692;
	border-left: solid 1px #3C4642;
	border-right: solid 1px #3C4642;
	border-bottom: solid 1px #3C4642;
}
.mlddm ul li {
	float: none;
	border-left: none;
}
.mlddm ul li a {
	display: block;
	width: auto;
	margin: 0;
	font-weight: normal;
	text-align: left;
	text-transform: none;
	white-space: pre;
	color: #fff;
	background: transparent;
	border-width: 0;
	padding: 5px 15px;
}
.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)
}
