.mm-menu
			{
				background: rgba( 0, 0, 0, 0.6 );
				box-shadow: none !important;
				text-align: left;
				color: #fff;
			}
			.mm-menu .mm-list
			{
				font-size: 15px;
				color:white;
			}
			.mm-menu .mm-list li:after
			{
				border-color:grey;
			}
			.mm-menu .mm-list li a
			{
				padding-left: 15px;
			}
			
			.mm-menu li a:hover
			{
				background: rgba( 255, 255, 255, 0.1 );
			}
			
			.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
			margin-left : 0px;
			}
			
			.mm-list a.mm-subopen + a, .mm-list a.mm-subopen + span {
			margin-right:55px;
			}
			