#menu {
	position: absolute;
	right:0;
	top: 0;
	min-height: 100% !important;
	width:240px !important;
	height:100% !important;
}
#pushobj {
	position: absolute;
	z-index: 1;
	width:100%;
	height:100%;
}

.mlpm_w {
	position: fixed;
	overflow: hidden;
	min-width: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
	width:240px !important;
	height:100% !important;
}
.mlpm_w .levelHolderClass {
	position: absolute;
	overflow: hidden;
	top: 0;
	background-color: #ffffff;
	width: auto;
	min-height:100%;
	zoom:1;
	width:240px !important;
	height:100% !important;
	}
.mlpm_w .ltr {
	margin-left: -100%;
	left:0;
}
.mlpm_w .rtl {
	margin-right: -100%;
	right: 0;
}
.mlpm_w .mlpm_inactive {
	background-color:#f1f1f1;
}
.mlpm_w h2{
	color: #000000;
	padding-right:10px;
	padding-left:10px;
	margin-top:0px;
	margin-bottom:0px;
	background-color:#ffffff;
	height:80px;
	display:table;width:100%;
}
.mlpm_w h2 .sub{
	display:table-cell;
	vertical-align:middle;
	font-size:18px;
}

.mlpm_w ul {
	list-style: none;
	padding:0;
	margin: 0;
}
.mlpm_w li {
	cursor: pointer;
	border-top:1px solid #4d4d4d;
}

.mlpm_w li:hover {
	background-color:#000000;
}
.mlpm_w a {
	display: block;
	outline: none;
	overflow: hidden;
	font-size:16px;
	line-height:18px;
	padding:15px;
	text-decoration:none;
	color: #000000;
}
.mlpm_w a:hover {
	color:#ffffff;
	text-decoration:none;
}
.mlpm_w .backItemClass {
	display: block;
	padding:5px;
	background-color:#f1f1f1;
	border-top: 1px solid #f1f1f1;
}
.mlpm_w .backItemClass a{
	color:#000000;
}

.mlpm_w .floatRight {
	float: right;
}
.mlpm_w .floatLeft {
	float: left;
}
.mlpm_w .cursorPointer {
	cursor: pointer;
}



@media (min-width: 993px) {
#menu {display:none !important;}
.mlpm_w{display:none !important;}
#pushobj{margin-left:0 !important;}
}