.quicksand {
	position: relative;
}

ul#categories {
	list-style: none;
	line-height: 30px;
	color: #666;
	padding-left: 0;
	margin-right: 7px;
	margin-left: 7px;
	display: inline-block;
}
ul#categories li {
	padding-right: 10px;
	padding-left: 10px;
	background: #f2f2f2;
	margin-left: 0;
	float: left;
	cursor: pointer;
}
ul#categories li:first-child {
	font-weight: bold;
	cursor: auto;
}
ul#categories li:hover,
ul#categories li.current {
	color: #fff;
	background: #333;
}
ul#categories li:first-child:hover {
	color: #666;
	background: #f2f2f2;
}

.referencer {
	padding-top: 7px;
}
.referencer .reference {
	float: left;
}