body {
	
}

#ul_list2 {
	list-style: none;
	margin:0; padding: 0;
	width: 200px;
}
#ul_list2 li {
	padding: 10px;
	margin-bottom: 10px;
	background-color: #efefef;
	height: 50px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	border:1px solid #e0e0e0;
	-moz-border-radius:5px;
	color: #999;
	overflow:hidden;
}
#ul_list2 li a {
	color: #444;
	text-decoration: none;
}

.ul_list_withjs {
	height: 155px;
	overflow:hidden;
}