.mlddm{
	visibility: hidden;
	margin: 0;
	padding: 0;
	/*height: 48px;*/
	font-family: 'Merriweather', serif;
	/*overflow:hidden;*/
	width:100%;
}

.mlddm li{
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	font-size: 22px;
	font-weight: 300;
}

.mlddm a {
	display: block;
	text-align: left;
	white-space: nowrap;
	color: #9f1d25 !important;
	padding-top: 9px;
	padding-bottom: 4px;
	margin: 0px;
	margin-right: 35px;
	margin-bottom: 5px;
	text-decoration: none;
}

.mlddm a:hover {
	color: #000000 !important;
	border-bottom:1px solid #9f1d25;
	padding-top: 9px;
	padding-bottom: 4px;
	margin: 0px;
	margin-right: 35px;
	margin-bottom: 5px;
}

.mlddm ul{
	z-index: 100;
	padding: 0;
	visibility: hidden;
	position: absolute;
	clear: both;
}

.mlddm ul li{
	float: none
}

.mlddm ul li a{
	width: auto;
	padding: 6px 15px;
	text-align: left;
	margin:0px;
	border: 1px;
	color: #fff !important;
}

.mlddm ul li a:hover{
	padding: 6px 15px;
	margin-top:0px;
	margin-bottom:0px;
	background-color: #dcdcdc;
	border: 1px;
}

.mlddm .hsub {
	background: no-repeat right url('menu_arrow.gif');
}

.mlddm .hsub:hover{
/*	background: #459e00 no-repeat right url('menu_arrow.gif');*/
}

.mlddm .submenu {
	background-color: #ffffff;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
}

.mlddm .submenu-right {
	background-color: #ffffff;
	border: 1px solid #000000;
	margin-left:0px;
	margin-top:-1px;
}

.mlddm .submenu li a {
	color: #000000;
}

.mlddm .submenu-right li a {
	color: #000000;
}