#menu_container
{
	border-top:1px solid #753200;
	border-bottom:1px solid #753200;
}

.mlddm {
	margin: 0;
	padding: 0
}
.mlddm li {
	display: inline;
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
}
.mlddm li a {
	display: block;
	margin: 0;
	padding: 4px 15px;
	width: auto;
	font: bold 8pt arial, sans-serif;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	color: #753200;
	background-color: #FFFFF2;
	border: 0px solid #5970B2
}
.mlddm li a:hover {
	background-color: #753200;
	color:#FFFFF2;
}
.mlddm ul {
	z-index: 100;
	position: absolute;
	visibility: hidden;
	margin: 2px 0 0 0;
	padding: 0;
	background: #ECEFE4;
	border: 0px solid #5970B2
}
.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: #FFFFF2;
	background: #753200;

	border-bottom:1px solid #fff;
}

.mlddm ul li a:hover {
	background:#D5E1BC;
	color:#753200;
}

.mlddm ul li .hsub {
	background-image: url(../arrow.gif);
	background-position: right;
	background-repeat:  no-repeat
}
.mlddm ul li .hsub:hover {
	background-image: url(../arrow.gif);
	background-position: right;
	background-repeat:  no-repeat
}

