.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 2px 0 0;
	padding: 4px 7px; /* change to accomodate different widths of menu items */
	width: auto;
	font: bold 16px arial, sans-serif; /* needs to specify a fixed pixel font size to ensure no wrapping*/
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	color: #ffff00;
	background-color: #c00000;
	border: 0px solid #c0292f;
}

.mlddm li a:hover{
	background-color: #ffa823;
	color:#000;
}

.mlddm ul{
	z-index: 100;
	position: absolute;
	visibility: hidden;
	margin: 0 0 0 -2px;
	padding: 0;
	background: #c00000;
	border: 1px solid #c0292f;
}

.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: #ffff00;
	background: transparent;
	border-width: 0;
}
.mlddm ul li a:hover{
	color: #000;
}
.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;
}