.mlddm {	
	padding: 0; 
	margin: 0 auto;
	max-width: 1000px;
	width: 100%;
}

.mlddm li {
	display: inline;
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
}

.mlddm li a {
	display: block;
	color: #EBE3C7;
	padding: 0 1em;
}

.mlddm li a:hover {
/* Menu Item Mouseover Color */
	background-color: #632400;
	color: #EBE3C7:
}

.mlddm > li > a:hover {
	color: #EBE3C7:
}

.mlddm ul {
/* Menu Container */
	z-index: 100;
	position: absolute;
	visibility: hidden;
	margin: 2px 0px 0px 0px;
	padding: 0px;
	background: #993700;
	border: solid 2px #632400;
}

.mlddm ul li {
	float: none;
}

.mlddm ul li a {
/* Menu Items */
	display: block;
	width: auto;
	margin: 0 0 .75em 0;
/*
	padding: 5px 17px 5px 13px;
	white-space: pre;
*/
	white-space: pre-wrap;
	font-weight: normal;
	line-height: normal;
	text-align: left;
	color: #EBE3C7;
	background: transparent;
	border-width: 0px;
}

.mlddm ul li .hsub {
	background-image: url(/images/arrow.gif);
	background-position: right;
	background-repeat:  no-repeat;
}

.mlddm ul li .hsub:hover {
	background-image: url(/images/arrow.gif);
	background-position: right;
	background-repeat:  no-repeat;
}
