/*A testing ground for all sorts of things*/

UL {
}

LI {
	list-style-type: none;
}

span:before {
	content: '';
	margin-left: 50px;
	padding-left: 20px;
}

span:hover:before {
	content: url('img/Swirly.gif');
	width: 10px;
	height: 10px;
	padding-left: 10px;
}