/* Navigation Menu */

a.home:link {
	background-image: url(siteimg/button_home.png);
	background-position: 0px 0px;
	display: block;
	height: 32px;
	width: 125px;
}

a.home:visited {
	background-image: url(siteimg/button_home.png);
	background-position: 0px 0px;
	display: block;
	height: 32px;
	width: 125px;
}

a.home:hover {
	background-image: url(siteimg/button_home.png);
	background-position: 0px -32px;
	display: block;
	height: 32px;
	width: 125px;
}

a.home:active {
	background-image: url(siteimg/button_home.png);
	background-position: 0px -64px;
	display: block;
	height: 32px;
	width: 125px;
}

a.gallerynav:link {
	background-image: url(siteimg/button_gallery.png);
	background-position: 0px 0px;
	display: block;
	height: 32px;
	width: 125px;
	top: -8px;
	position: relative;
}

a.gallerynav:visited {
	background-image: url(siteimg/button_gallery.png);
	background-position: 0px 0px;
	display: block;
	height: 32px;
	width: 125px;
	top: -8px;
	position: relative;
}

a.gallerynav:hover {
	background-image: url(siteimg/button_gallery.png);
	background-position: 0px -32px;
	display: block;
	height: 32px;
	width: 125px;
	top: -8px;
	position: relative;
}

a.gallerynav:active {
	background-image: url(siteimg/button_gallery.png);
	background-position: 0px -64px;
	display: block;
	height: 32px;
	width: 125px;
	top: -8px;
	position: relative;
}

a.resume:link {
	background-image: url(siteimg/button_resume.png);
	background-position: 0px 0px;
	display: block;
	height: 32px;
	width: 125px;
	top: -24px;
	position: relative;
}

a.resume:visited {
	background-image: url(siteimg/button_resume.png);
	background-position: 0px 0px;
	display: block;
	height: 32px;
	width: 125px;
	top: -24px;
	position: relative;
}

a.resume:hover {
	background-image: url(siteimg/button_resume.png);
	background-position: 0px -32px;
	display: block;
	height: 32px;
	width: 125px;
	top: -24px;
	position: relative;
}

a.resume:active {
	background-image: url(siteimg/button_resume.png);
	background-position: 0px -64px;
	display: block;
	height: 32px;
	width: 125px;
	top: -24px;
	position: relative;
}

a.links:link {
	background-image: url(siteimg/button_links.png);
	background-position: 0px 0px;
	display: block;
	height: 32px;
	width: 125px;
	top: -32px;
	position: relative;
}

a.links:visited {
	background-image: url(siteimg/button_links.png);
	background-position: 0px 0px;
	display: block;
	height: 32px;
	width: 125px;
	top: -32px;
	position: relative;
}

a.links:hover {
	background-image: url(siteimg/button_links.png);
	background-position: 0px -32px;
	display: block;
	height: 32px;
	width: 125px;
	top: -32px;
	position: relative;
}

a.links:active {
	background-image: url(siteimg/button_links.png);
	background-position: 0px -64px;
	display: block;
	height: 32px;
	width: 125px;
	top: -32px;
	position: relative;
}

a.archive:link {
	background-image: url(siteimg/button_archive.png);
	background-position: 0px 0px;
	display: block;
	height: 32px;
	width: 125px;
	top: -40px;
	position: relative;
}

a.archive:visited {
	background-image: url(siteimg/button_archive.png);
	background-position: 0px 0px;
	display: block;
	height: 32px;
	width: 125px;
	top: -40px;
	position: relative;
}

a.archive:hover {
	background-image: url(siteimg/button_archive.png);
	background-position: 0px -32px;
	display: block;
	height: 32px;
	width: 125px;
	top: -40px;
	position: relative;
}

a.archive:active {
	background-image: url(siteimg/button_archive.png);
	background-position: 0px -64px;
	display: block;
	height: 32px;
	width: 125px;
	top: -40px;
	position: relative;
}

a.blog:link {
	background-image: url(siteimg/button_blog.png);
	background-position: 0px 0px;
	display: block;
	height: 32px;
	width: 125px;
	top: -16px;
	position: relative;
}

a.blog:visited {
	background-image: url(siteimg/button_blog.png);
	background-position: 0px 0px;
	display: block;
	height: 32px;
	width: 125px;
	top: -16px;
	position: relative;
}

a.blog:hover {
	background-image: url(siteimg/button_blog.png);
	background-position: 0px -32px;
	display: block;
	height: 32px;
	width: 125px;
	top: -16px;
	position: relative;
}

a.blog:active {
	background-image: url(siteimg/button_blog.png);
	background-position: 0px -64px;
	display: block;
	height: 32px;
	width: 125px;
	top: -16px;
	position: relative;
}

/* End Navigation Menu */
