.headerlinks {
	margin:35px 0 0 0;
	padding:10px;
	}
.headerlinks ul {
	text-align:left;
	vertical-align:top;
	padding:0;
	margin:0;
	list-style:none;
	}
.headerlinks ul li {
	display: inline;
	margin:0;
	padding:0;
}

.headerlinks li a {
	text-decoration:none;
	border:none;
	font-size:30px;
}

.headerlinks li a img {
	border:none;
	vertical-align:text-top;
}

.headerlinks li a.photos {
	text-decoration:none;
	border:none;
	width:100px;
	height:30px;
}
.headerlinks li a.photos:link, .headerlinks li a.photos:visited {
	background-image:url(../buttons/photos.gif);
	background-repeat:no-repeat;
}
.headerlinks li a.photos:hover, .headerlinks li a.photos:active {
	background-image:url(../buttons/photos_over.gif);
	background-repeat:no-repeat;
}

.headerlinks li a.terms {
	text-decoration:none;
	border:none;
	width:150px;
	height:30px;
}
.headerlinks li a.terms:link, .headerlinks li a.terms:visited {
	background-image:url(../buttons/terms.gif);
	background-repeat:no-repeat;
}
.headerlinks li a.terms:hover, .headerlinks li a.terms:active {
	background-image:url(../buttons/terms_over.gif);
	background-repeat:no-repeat;
}


.headerlinks li a.items {
	text-decoration:none;
	border:none;
	width:150px;
	height:30px;
}
.headerlinks li a.items:link, .headerlinks li a.items:visited {
	background-image:url(../buttons/items.gif);
	background-repeat:no-repeat;
}
.headerlinks li a.items:hover, .headerlinks li a.items:active {
	background-image:url(../buttons/items_over.gif);
	background-repeat:no-repeat;
}

