@charset "utf-8";

#left_menu {
	position: fixed;
	top: 14.6%;
	left: 0%;
/*	width: 200px;*/
	width: 14%;
/*	height: 600px;*/
	/*align-content: flex-start;*/
	border: 2px solid lightgrey;
	padding-top: 0px;
  	background-color: #D4E3F1;
}

.left_menu_title {
	font-size: 20px;
	font-family: Arial;
	text-align: center;
	text-decoration: underline;
	text-decoration-style: dotted;
}

.left_menu_list {
	position: relative;
	top: 0px;
	width: 100%;
	list-style-type: none;
	font-weight: bold;
/*	font-style: italic;*/
	/*margin: 0 auto;*/
	padding: 10% 0% 10% 0%;
	text-align: left;
}

.left_menu_list li {
    /*display: block; */
}

.left_menu_list a {
    display:block;
    padding:10px 2px 5px 20px;
	text-decoration: none;
	font-size: 16px;
	font-family: Arial;
	color: black;
}

.left_menu_list a:hover {
	color: green;
}

