div#quicklinks ul,
div#quicklinks li {
	margin: 0;
	padding: 0;
	list-style: none;
}

div#quicklinks li {
	float: left;
}

div#quicklinks li a {
	font-size: 85%;
	line-height: 138.5%;	
	float: left;
	display: block;
	color: white;
	padding: 0 7px 0 8px;
	background: url(../images/list_quicklinks.gif) no-repeat 0 8px;
}

div#quicklinks li a:hover {
	color: #e2f3e8;
}

div#quicklinks li.first a {
	padding: 0 7px 0 0;
	background: none;
}


