html,body {
	padding:0;
	margin:0;
	font-family: Arial;
	height:100%;
}



.leftmenu{
	position:absolute;
	height:375px;
	top:145px;
	overflow:auto;
	font-size:16px;
	line-height:14pt;
	width:230px;
	z-index:12;
}
.leftmenu li{
	font-size:16px;
	line-height:14pt;
	list-style: none;
}
.leftmenu a,.leftmenu a:link,.leftmenu a:active,.leftmenu a:visited {
	color:#4D4D4D;
	font-weight:normal;
	text-decoration:none;
	font-family:Arial;
	line-height:22px;
}
.leftmenu a:hover{
	text-decoration:underline;
}

