.mlddm {
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #426112;
	height: 30px;
}

.mlddm li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	font: 14px arial;
	font-weight: bold;
	height: 30px;
}

.mlddm li.leftborder {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	font: 14px arial;
	font-weight: bold;
	border-left: 1px solid #b9de88;
}

.mlddm li a, .mlddm li a#buttonnohover {
	display: block;
	text-align: center;
	white-space: nowrap;
	color: #FFF;
	padding: 8px 10px 0 10px;
	margin: 0;
	width: 179px;
	text-decoration: none;
	background: #426112;
	height: 22px;
}

.mlddm li a:hover, .mlddm li a#buttonhover {
	color: #FFF;
	background: #7ba445;
}

.mlddm ul {
	z-index: 100;
	margin: 1px 0;
	padding: 0;
	visibility: hidden;
	position: absolute;
	clear: both;
	background: #426112;
}
		
.mlddm ul li {
	float: none;
	width: 170px;
}

.mlddm ul li a {
	color: #FFF;
	padding: 8px 15px 5px 15px;
	text-align: left;
	background: transparent;
	/*height: 32px;*/
}

.mlddm ul li a:hover {
	padding: 8px 15px 5px 15px;
	text-align: left;
	background: transparent;
	/*height: 32px;*/
	background: #7ba445;
}

.mlddm .hsub {
	background: no-repeat right url(/images/ui/arroww.gif);
}

.mlddm .hsub:hover {
	background: #7ba445 no-repeat right url(/images/ui/arroww.gif);
}