.mlddm {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	background-color: #E6F3FB;
	font-size: 120%;
	/*border: 1px solid #5970B2;
	border-bottom: 0px;*/
}

.mlddm li {
	display: inline;
	list-style: none;
	padding: 0;
	margin: 0;
}

.mlddm li a {
	display: block;
	margin: 0px;
	padding: 1px 17px 1px 13px;
	text-align: right;
	text-decoration: none;
	white-space: nowrap;
	background-color: #E6F3FB;
	color: #666666;
	font-weight: bold;
	/*border-bottom: 1px solid #5970B2;*/
}

.mlddm li a:hover {
	background-color: #ABC9DE;
	color:#FF0B5B;
}

.mlddm ul {
	z-index: 100;
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #D3ECF2;
	border: 1px solid #DADADA;
}
.mlddm .break{
	display: block;
	margin: 0px 17px 0px 13px;
	padding: 0px 17px 0px 13px;
	text-align: right;
	text-decoration: none;
	white-space: nowrap;
	line-height: 1px;
	border-bottom: 1px solid #9BBEDD;
	border-top: 1px solid #9BBEDD;
}
.mlddm .break:hover{
	background-color: transparent;
}

.mlddm ul li {
}

.mlddm ul li a {
	width: auto;
	text-align: left;
	border-width: 0;
}

.mlddm .hsub {
	background: #E6F3FB no-repeat right url(arrow.gif);
}

.mlddm .hsub:hover {
	background: #ABC9DE no-repeat right url(arrow.gif);
}