.horimenu{
	width:4%;
	height:100%;
    position:fixed; 
	top:0;
	left:0;
	box-shadow: 5px 0 5px -7px #333;
	overflow:hidden;
	padding-top:3%;
}
.menu{
    list-style-type: none;
}
.menulst{
	margin:3px 0 2px 4px;
	box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
	border-radius:3px;
	width:80%;
	text-align: center;
	cursor: pointer;
}
.menulst:hover{
	border:1px solid #72739f;
}
.menulst:focus-within {
	border:1px solid #f9bf14;
}
.menubtn{	
	border: none;
	border-radius:3px;
	background:transparent;
}
.menubtn:hover{
  border-bottom: 1px solid #5628EE;
}
.dashimg{ 
	width:60%;
	height:auto;
}

@media all and (max-width:786px) {
.horimenu{
	width:10%;
	padding-top:8%;
}
}