	.snap-content {
	  position: absolute;
	  top: 0;
	  right: 0;
	  bottom: 0;
	  left: 0;
	  width: 100%;
	  height: auto;
	  z-index: 2;
	  -webkit-box-shadow:0 0 8px 8px rgba(0,0,0,0.3);
	  -moz-box-shadow:0 0 8px 8px rgba(0,0,0,0.3);
	  box-shadow:0 0 8px 8px rgba(0,0,0,0.3);
	  -webkit-overflow-scrolling: touch;
	  -webkit-transform: translate3d(0, 0, 0);
		 -moz-transform: translate3d(0, 0, 0);
		  -ms-transform: translate3d(0, 0, 0);
		   -o-transform: translate3d(0, 0, 0);
			  transform: translate3d(0, 0, 0);
	}

	.snap-drawers {
	  position: absolute;
	  top: 0;
	  right: 0;
	  bottom: 0;
	  left: 0;
	  width: auto;
	  height: 100%;
	}

	.snap-drawer {
	  position: absolute;
	  top: 0;
	  right: auto;
	  bottom: 0;
	  left: auto;
	  width: 265px;
	  height: auto;
	  overflow: auto;
	  -webkit-overflow-scrolling: touch;
	  -webkit-transition: width 0.3s ease;
		 -moz-transition: width 0.3s ease;
		  -ms-transition: width 0.3s ease;
		   -o-transition: width 0.3s ease;
			  transition: width 0.3s ease;
	  
	}

	.snap-drawer-left {
	  left: 0;
	  z-index: 1;
	  background-color: #252525;
	}

	.snap-drawer-right {
	  right: 0;
	  z-index: 1;
	  position: inherit;

	}

	.snapjs-left .snap-drawer-right,
	.snapjs-right .snap-drawer-left {
	  display: none;
	}

	.snapjs-expand-left .snap-drawer-left,
	.snapjs-expand-right .snap-drawer-right {
	  width: 100%;
	}

	#menu{

	  overflow: hidden;
	  -webkit-overflow-scrolling: touch;
	  
	}
	
    #menu > header {
        padding: 0 8px;
        width: 250px;
        height: 43px;
        background-image: -webkit-gradient( linear, left top, left bottom, from(#434B5B), to(#242B39));
        background-image: -moz-linear-gradient(top, #434B5B 0%, #242B39 100%);
        border-bottom: 1px solid #000;
        border-top: 1px solid #5F6673;  
        color: #fff;
    }

    #menu .separator {
        background: #434343;
        background: -webkit-gradient( linear, left top, left bottom, from(#434343), to(#626262) );
        background: -moz-linear-gradient(top, #434343 0%, #626262 100%);
        border-bottom: 1px solid #434343;
        border-top: none;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
        color: #7A8292;
        padding: 4px 0 4px 8px;
        text-shadow: 0 1px 0 rgba(0, 0, 0, .6);
        font-size: 10px;
        line-height: 12px;
        text-transform: uppercase;
    }
	
	#menu li {
        border-bottom: 1px solid #242A37;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
        font-size: 14px;
        color: #C4CCDA;
        text-shadow: 0 1px 0 rgba(0, 0, 0, .6);
		list-style: none;
		min-height: 43px;
        line-height: 40px;
		padding: 3px 0 3px 8px;     
        background-color: #282828;
		
	}
	
	#menu li span {
		padding-right: 15px;
		padding-top: 8px;
		font-size: 25px;
		float: left;
		position: absolute;
		width: 90%;	
	}	
	
    #menu li > a {
        position: relative;
		width: 100%;
		text-decoration: none;
		color: #C4CCDA;
		display: block;
		padding-left: 45px;
		padding-top: 5px;
    }
	#menu li:active{
        background-color: #333333;
    }
    #menu .active {
        background-color: #333333;
    }
    #menu li img {
        vertical-align: middle;
        display: block;
        float: left;
        margin: 10px 5px 0 0;
		opacity:0.9;
    }
    #menu li .count {
        position: absolute;
        right: 10px;
        top: 15px;
        background: #3E485E;
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0, #3E485E), color-stop(1, #323A4D));
        background: -moz-linear-gradient( left top, left bottom, color-stop(0, #3E485E), color-stop(1, #323A4D));
        border-top: 1px solid #505A63;
        box-shadow: 0 1px 2px rgba(0, 0, 0, .4);
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .4);
        color: #BFC5D2;
        padding: 1px 3px 3px 4px;
        display: inline-block;
        line-height: 12px;
        min-width: 11px;
        text-align: center;
        font-weight: bold;
        font-size: 12px;
        text-shadow: 0 1px 0 rgba(0, 0, 0, .6);
    }
	
	.snap-drawers .list{
		margin: 0; 
	}
