.nicemenu{
	/*width:250px;*/
	width:190px;
	right:50px;
position: absolute;
/*border: 1px solid blue;*/
/*float: right;*/
}
.nicemenu1{
	z-index: 999;
	width:200px;
	right:-80px;
	top:50px;
position: absolute;
/*border: 1px solid red;*/
background: #314349;
}
.nicemenu-item1{

	position: relative;
	/*padding-top: 10px;*/
}
.nicemenu-item1 h6{
/*background-color:red;*/
	padding-left:16px;padding-right:16px;
	padding-bottom:10px;
line-height: 2em;
margin: 0;
color:#f0f0f0;font-size:16px;
	line-height:2em;
}

.nicemenu-item1 h6:hover{
	background: rgba(221,72,92,0.7);
}

.nicemenu-item{background-color:#314349;
	padding-left:16px;padding-right:16px;
	padding-bottom:10px;
	/*border: 1px solid red;*/
}
.nicemenu-item h6{color:#f0f0f0;font-size:16px;
	line-height:2em}
.nicemenu-item p{color:#a0a0a0;font-size:0.9em;

		}
.nicemenu-item a{color:#f0f0f0;
	text-decoration:none;
	display: inline-block;
	/*background: grey;*/
width: 100%;
padding: 0 10px; 
	height: 35px;
	line-height: 35px;
	background: rgb(221,72,92);
transition: all 0.3s;
}
.nicemenu-item a:hover{
	text-decoration:none;
/*background: rgba(221,72,92,0.7)!important;*/
color:#fff;
padding-left: 20px;
/*border-top: 1px solid #f6f6f6;*/
/*border-bottom: 1px solid #f6f6f6;*/
transition: all 0.3s;
}
.nicemenu-item.active{
	/*background-color:#dd485c;*/
	background: rgb(221,72,92);
}
.nicemenu-sub{
	/*border: 1px solid blue;*/
	/*background-color:#e85168;*/
	/*background: rgba(235, 235, 235, .35);*/
	background: rgb(221,72,92);
	/*background-color:red;*/
	/*padding:16px;*/
	/*overflow:hidden;*/
	color:#000;
	/*width:285px;*/
	width: 100%;
	/*min-height: 400px;*/
	position:absolute;
	left: 189px;
	/*box-shadow:5px 5px 5px #888888*/
}
.nicemenu-sub h5{font-size:1.2em}
.nicemenu-sub h6{color:#000 !important;font-size:18px}
.nicemenu-sub p{color:#333}
.w-3-1{position:relative;
	width:100%;
	/*border: 1px solid blue;*/
}
.shadow-left-bottom{box-shadow:-5px 5px 5px #888888}

#MainMenu{
	position: relative;

}

