.mlpm_w {
	position: absolute;
	overflow: hidden;
	min-width: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
	z-index:999;
	 font-family: 'Open Sans Condensed', sans-serif;
}

.mlpm_w .levelHolderClass {
	position: absolute;
	overflow: hidden;
	top: 0;
	width: auto;
	min-height: 100%;
	 font-family: 'Open Sans Condensed', sans-serif;
	font-size: 1em;
	zoom: 1;
}

.mlpm_w .ltr {
	margin-left: -100%;
	left: 0;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#1f4164,direction=270,strength=2);
}

.mlpm_w .rtl {
	margin-right: -100%;
	right: 0;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#1f4164,direction=270,strength=2);
}

.mlpm_w .multilevelpushmenu_inactive {
	background: #9F7648;
}

.mlpm_w h2.menuName {
	background:#004b85; padding:15px 40px; color:#fff; font-style:normal!important; font-family: 'Exo 2', sans-serif; font-weight:300; font-size:20px;
}

.closeMobileMenu {  
	height:32px; width:100%; background:url(../images/button/close.png) no-repeat 20px center #a99d93; position:relative; padding:10px 0; }

.mlpm_w ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.mlpm_w li {
	cursor: pointer;
	text-align:left !important;
	display:block;
}

.mlpm_w li:last-child {
}

.mlpm_w li:hover {
}

.mlpm_w a {
	display: block;
	outline: none;
	overflow: hidden;
	font-size:200%;
	text-decoration: none;
	color: #a99d93;
	padding:10px 20px;
	border-bottom:1px solid #a99d93;
    background-color: #3F424A;
    text-align: center;
	
}

.menuItems{ display:none; }

.mlpm_w li.level1{/*  background:none repeat scroll 0 0 #e04e40;  */}

.mlpm_w a:hover {
}

.mlpm_w .backItemClass {
	display: block;
	padding: 0;
	text-align:left;
	background:#ae844e;
}
.mlpm_w .backItemClass a {
	color:#fff;
	border:none;
    height:32px; width:100%; background:20px center #a99d93; position:relative; padding:10px 0;

}

.mlpm_w .floatRight {
	float: right;
}

.mlpm_w .floatLeft {
	float: left;
    
}

.mlpm_w .cursorPointer {
	cursor: pointer;
}

.mlpm_w .iconSpacing_ltr {
	padding: 0 .4em 0 0;
}

.mlpm_w .iconSpacing_rtl {
	padding: 0 0 0 .4em;
}


.fa-reorder {
    background:url(../img/icon/close.png) no-repeat;
    background-position-x:2px;
    border: medium none;
    cursor: pointer;
    display: block;
    height: 33px;
    width: 33px;
}