.lib_tabborder{
	
}
.lib_Contentbox{ overflow:auto; zoom:1;}

.lib_Menubox {
	width:140px;
	overflow:hidden;
}
.lib_Menubox ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
.lib_Menubox li{
	float:left;
	cursor:pointer;
	width:140px;
	height:70px;
	font-size:18px;
	color:#333333;
	line-height:70px;
	font-weight:normal;
	border-radius: 6px;
	background:#ecf3f9;
	margin-bottom:10px;
	display:inline;
}
.lib_Menubox li a{
	font-size:18px;
	color:#333333;
	line-height:70px;
	font-weight:normal;
	display:block;
}

.lib_Menubox li.hover a{
	float:left;
	height:70px;
	width:140px;
	font-size:18px;
	color:#1255ba;
	line-height:70px;
	font-weight:bold;
	background:#e2f1ff;
	display:block;
	border-radius: 6px;
}

