div.leftusers {
	max-height: 149px;
	overflow: hidden;
	border-bottom: 2px dotted silver;
	margin-bottom: 4px;
}

div.leftusers:hover {
	max-height: 100%;
	overflow: visible;
	border-bottom: none;
	margin-bottom: 2px;
}
