div#sitefunctions ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div#sitefunctions ul li {
	margin-left: 10px;
	float: right;
	height: 24px;
	overflow: hidden;
	display: table;
}

div#sitefunctions ul li a {
	color: #005E34;
	text-decoration: none;
	font-size: 85%;
	height: 24px;
	display: table-cell;
	vertical-align: middle;
	_line-height: 24px;
}

div#sitefunctions ul li.function_search {
	padding-left: 18px;
	background-image: url(../images/search.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

div#sitefunctions ul li.function_print {
	padding-left: 22px;
	background-image: url(../images/print.gif);
	background-position: left center;
	background-repeat: no-repeat;
}