.ico-white
{
	color:#5c2d25 !important;
}
.mlpm_w {
	position: absolute;
	overflow: hidden;
	min-width: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
}

.mlpm_w .levelHolderClass {
	position: absolute;
	overflow: hidden;
	top: 0;
	background: #EFEAE5;
	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;
	-moz-box-shadow: 5px 0 5px -5px #5c2d25;
	-webkit-box-shadow: 5px 0 5px -5px #5c2d25;
	box-shadow: 5px 0 5px -5px #5c2d25;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#5c2d25,direction=90,strength=2);
}

.mlpm_w .rtl {
	margin-right: -100%;
	right: 0;
	-moz-box-shadow: 5px 0 5px 5px #5c2d25;
	-webkit-box-shadow: 5px 0 5px 5px #5c2d25;
	box-shadow: 5px 0 5px 5px #5c2d25;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#5c2d25,direction=270,strength=2);
}

.mlpm_w .mlpm_inactive {
	background: #efeae5 ;
}

.mlpm_w h2 {
	font-size: 1.5em;
	line-height: 2.3em;
	font-weight: bold;
	color: #5c2d25 ;
	padding: 0 .4em 0 .4em;
}
.mlpm_w ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.mlpm_w li {
	cursor: pointer;
	border-top: 1px solid rgba(92, 45, 37, 0.3);
}

.mlpm_w li:last-child {
	border-bottom: 1px solid #fff;
}

.mlpm_w li:hover {
	background-color: #5c2d25;
	color:#fff !important
}
.mlpm_w a{
	display: block;
	outline: none;
	overflow: hidden;
	font-size: 1.1em;
	line-height: 1.4em;
	padding:0.4em;
	text-decoration: none;
	color: #5c2d25;
}
.mlpm_w a i 
{
	color: #5c2d25;
}
.mlpm_w span {
	float:left;
}
.mlpm_w li a:hover , .mlpm_w li a:hover i{
	color: #fff !important;
}

.mlpm_w .backItemClass {
	display: block;
	background: #efeae5;
	border-top: 1px solid #fff;
}
.mlpm_w .backItemClass:hover
{
	background:#5c2d25
}
.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;
}