/* Left menu*/
.left-menu
{
	list-style:none;
	margin:0; 
	padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
	display: flex;
	flex-direction: column;
	min-width: 297px;
	justify-content: start;
}

.left-menu  a
{
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.15;
	text-decoration: none;
	letter-spacing: .02px;
	text-transform: uppercase;
	margin-bottom: 16px;
	opacity: .4;
	cursor: pointer;
	white-space: nowrap;
	color: #1b2530;
}

.left-menu a:visited
{
}

.left-menu a.selected:link,
.left-menu a.selected:visited,
.left-menu a.selected:active,
.left-menu a.selected:hover
{
    opacity: 1;
}
.left-menu a:hover
{
	opacity: .4;
}
