.leaflet-control-slidemenu{
    cursor: pointer;
}

.leaflet-menu{
    position: absolute;
    background-color: #ccc;
    overflow: auto;
    cursor: default;
    z-index: 9999;
	opacity:0.9;
	border-bottom-right-radius:20px;
	
}

.leaflet-menu::-webkit-scrollbar{
    width: 7px;
    height: 7px;
    background: #f2f2f2;
}

.leaflet-menu::-webkit-scrollbar-thumb{
    border-radius: 2px;
    background: #777;   
}

.leaflet-menu-close-button{
    background-color: #0074D9;
    border: none;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
	margin-top:4px;margin-right:10px;
	border-radius:4px;
}

.leaflet-menu-close-button:hover{ background-color: #9E5C33;
    color: #fff;
}

.leaflet-menu-contents{padding:10px;font-family:tahoma;font-size:14px;}