#Home {
	width: 818px;
	top: 72px;
	z-index: 10;
	position: absolute;
	height: 144px;
}
#Blog {
	width: 818px;
	top: 72px;
	z-index: 10;
	position: absolute;
	height: 144px;
}
#Photos {
	width: 818px;
	top: 72px;
	z-index: 10;
	position: absolute;
	height: 144px;
}
#Sites {
	width: 818px;
	top: 72px;
	z-index: 10;
	position: absolute;
	height: 144px;
}
#Contact {
	width: 818px;
	top: 72px;
	z-index: 10;
	position: absolute;
	height: 144px;
}
.home a {
	float: right;
	margin-left: 12px;
	color: #d5621c;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	padding-top: 90px;
	background-image: url(blank-home.png);
	background-repeat: no-repeat;
	width: 54px;
	height: 54px;
}
.blog a {
	float: right;
	margin-left: 12px;
	color: #d5621c;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	padding-top: 90px;
	background-image: url(blank-blog.png);
	background-repeat: no-repeat;
	width: 54px;
	height: 54px;
}
.photos a {
	float: right;
	margin-left: 12px;
	color: #d5621c;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	padding-top: 90px;
	background-image: url(blank-photos.png);
	background-repeat: no-repeat;
	width: 54px;
	height: 54px;
}
.sites a {
	float: right;
	margin-left: 12px;
	color: #d5621c;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	padding-top: 90px;
	background-image: url(blank-sites.png);
	background-repeat: no-repeat;
	width: 54px;
	height: 54px;
}
.contact a {
	float: right;
	margin-left: 12px;
	color: #d5621c;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	padding-top: 90px;
	background-image: url(blank-contact.png);
	background-repeat: no-repeat;
	width: 54px;
	height: 54px;
}
#Home .home a {
	background-image: url(arrow-home.png);
	background-repeat: no-repeat;
}
#Blog .blog a {
	background-image: url(arrow-blog.png);
	background-repeat: no-repeat;
}
#Photos .photos a {
	background-image: url(arrow-photos.png);
	background-repeat: no-repeat;
}
#Sites .sites a {
	background-image: url(arrow-sites.png);
	background-repeat: no-repeat;
}
#Contact .contact a {
	background-image: url(arrow-contact.png);
	background-repeat: no-repeat;
}

