#deptListing {
	overflow: auto; 
	height: 250px; 
	position:relative; 
	width: 100%; 
	margin-top: 10px;
}
#deptListing .folderTree li {
	float: both;
}
