
#stickyspymenu-sticky-wrapper{
	float:left;
	margin-left: -250px;
}

#stickyspymenu{
	position: relative;
	width: 250px;
	background: white;
	/* border:2px solid black; */
	border-width: 0 3px 15px 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 10px 0 0 0;
	padding: 30px;}

#stickyspymenu .heading{
  /* text-align: center; */
  /* background: black; */
  color: white;
  font: bold 1.2em Germand;
font-family: "ProximaNova-Bold", Helvetica;font-size: 18px;line-height: 22px;color: #3C4858;margin-bottom: 30px;}

#stickyspymenu ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#stickyspymenu ul li{
	
}

#stickyspymenu ul li a{
	
	display: block; /* set to "block" so link can facilitate displaying a progress bar DIV inside it */
	padding: 10px 10px 0 0;
	/* border-bottom: 1px solid #eee; */
	/* border-left: 5px solid #eee; */
	position: relative; /* set to "relative" so link can facilitate displaying a progress bar DIV inside it */
	left: 0;
	top: 0;
	z-index: 1;
	outline: none;
	overflow: hidden; /* set to "hidden" so link can facilitate displaying a progress bar DIV inside it */
	text-decoration: none;
	transition: all 0.5s; /* transition any property changes inside link */
	transition: all .3s;
}
#stickyspymenu ul li a:hover{
	text-decoration: none;
}

#stickyspymenu ul li a span{
	font-size: 18px;
	line-height: 22px;
	color: #c6cace;
}

#stickyspymenu ul li a.selected{
	/* color: red;
	border-left: 5px solid red; */
	min-height: 100px;
	/* margin-bottom: 30px; */
}

#stickyspymenu ul li a.selected::before{
	content: "";
	width: 3px;
	height: 100%;
	position: absolute;
	left:0;
	top: 0;
	background: #D8D8D8;
	z-index: 2;
/* border-radius: 5px; */}

#stickyspymenu ul li a.selected span{
	width: 100%;
    /* height: 30px; */
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    background: #fff;
	padding: 10px 10px 10px 0;
	color: #3C4858;
/* font-family: "ProximaNova-Regular", Helvetica; */}

a div.progress{
	background: #3C4858;
	position: absolute;
	height: 100%;
	width: 3px;
	top: 0;
	left: 0;
	z-index: 3;
	display: none;
/* border-radius: 5px; */}


#stickyspymenu ul li a.selected div.progress{
	display: block;
}