/* Start: For fixing the scroll with body */

#cbp-spmenu-s1 {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: -10px -6px 17px -10px rgba(0, 0, 0, 0.35) inset;
    -moz-box-shadow: -10px -6px 17px -10px rgba(0, 0, 0, 0.35) inset;
    -webkit-box-shadow: -10px -6px 17px -10px rgba(0, 0, 0, 0.35) inset;
    z-index: 1;
    
    overflow: hidden;
}
#scroller {
	position: absolute;
	z-index: 1;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	width: 100%;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;
}
#scroller ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	text-align: left;
}

#scroller li {
    /*
        font-size: 14px;
	padding: 0 10px;
	height: 40px;
	line-height: 40px;
    */
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	background-color: #fafafa;
	
}
/* End: For fixing the scroll with body */