#test { 
	position: inherit;
}

ul#sortables {
	width: 300px;
	margin: 0;
	padding: 0;
}

li.sortme {
	padding: 4px 8px;
	color: #fff;
	cursor: pointer;
	list-style: none;
	width: 300px;
	background-color: #222;
}

ul#sortables li {
	margin: 10px 0;
}