.nicemenu{
	width:250px
}
.nicemenu-item
{
	/* background-color:#314349; */
	padding-left:16px;
	padding-right:16px;
	padding-bottom:10px
}
.nicemenu-item h6
{
	color:#f0f0f0;
	font-size:16px;
	line-height:2em
}
.nicemenu-item p
{
	color:#a0a0a0;
	font-size:0.9em;
	line-height:2em
}
.nicemenu-item a
{
	color:#f0f0f0;
	text-decoration:none
}
.nicemenu-item a:hover{
	text-decoration:underline
}
.nicemenu-item.active{
		/* background-color:#79c2b1 */
}
.nicemenu-sub{
	/* background-color:#79c2b1;
	padding:16px; */
	/* overflow:hidden; */
	color:#000;
	width:750px;
	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;
	float:left;
	width:30%;
	margin-right:3%
}
.shadow-left-bottom{
	box-shadow:-5px 5px 5px #888888
}
