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

#Menu li {
	font-family: "lato";
	font-weight: 600;
	line-height: 2.5em;
	font-size: 1em; 
	text-decoration: none;
	color:inherit;
}

#Menu li a{
	font-family: "lato";
	font-weight: 600;
	line-height: 2.5em;
	font-size: 1em; 
	text-decoration: none;
	color:inherit;
}

.indent1{
	text-indent: 0.7em;
}

.indent2{
	text-indent: 1.5em;
}

#Menu li:hover a{
	font-weight: 700; 
}

#Menu li.active a{
	font-weight: 700;
    color:#d5d10e;
}

#Menu{
	position: fixed;
	left: 0px;
	top:0px;
	height:100%;
	width:15%;
	z-index: 90;
	background-color: rgba(255,255,255,0.90);
	padding:0% 2% 2% 2%;
	color: #939393; 
}

#Menu img {
    width: 100%;
}
