.mlddm
{	visibility: visible;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	overflow: hidden;
	/*background-color: #ABC9DE;*/
}

.mlddm li {
	display: inline;
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
}

.mlddm li a, .mlddm li a#buttonnohover {
	display: block;
	margin: 0 2px 0 0;
	padding: 4px;
	width: 75px;
	font: bold 12px arial;
	text-align: center;
	text-decoration: none;
	/*text-transform: uppercase;*/
	white-space: nowrap;
	color:#333;
	/*background-color: #5970B2;*/
	/*border: 1px solid #5970B2;*/
}

.mlddm li a:hover, .mlddm li a#buttonhover {
	/*background-color: #ABC9DE;*/
	color:#990000;
}

.mlddm ul {
	z-index: 100;
	position: absolute;
	visibility: hidden;
	margin: 2px 0 0 0;
	padding: 0;
	background: #BDBDBD;
	border: 1px solid #9C9C9C;
}

.mlddm ul li {
	float: none;
}

.mlddm ul li a {
	display: block;
	width: auto;
	margin: 0;
	padding: 5px 17px 5px 13px;
	font-weight: normal;
	text-align: left;
	text-transform: none;
	white-space: pre;
	color: #333;
	background: transparent;
	border-width: 0;
}

.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);
}
.mlddm #MakeMeRed a {
	color:#990000;
}

