#left_menu {
	height: 400px;
	width: 130px;
	padding: 25px;
	margin-top:95px;
	margin-left: 25px;
}
#left {
	float: left;
	height: 450px;
	width: 140px;
	margin-left: -28px;
	font-size: 12px;
	margin-top: -20px;
}
#left li {
	float: left;
	list-style-type: none;
	width: 168px;
	margin-left: -35px;
	margin-top: 2px;
	font-family:"Segoe UI";
	font-size: 12px;
	font-weight:bold;
	line-height: 22px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #76B3CB;
}
#left li a {
	text-decoration: none;
	margin-left: 10px;
	text-align: justify;
	color:#6494a8;
}
#left li a:hover
{
	color: #E5063F;
}
