ul.list{
	list-style: none;
	margin: 0;
	padding: 0
}
ul.list li{
	overflow: hidden;
	zoom: 1;
	border-bottom: 1px solid #ccc;
	padding: 4px;
}
ul.list li:hover{
	background: #eee;
}
.list .name{
	float: left;
	width: 130px;
}
.list .position{
	float: left;
}
