@charset "utf-8";
/* CSS Document */


ul#family {
	list-style: none;
	position: relative;
	width: 796px;
	margin: 0;
	padding: 0;
	height: 440px;
	background-image: url(../images/family_bground.png);
	background-repeat: no-repeat;
}

ul#family li {
	position: absolute;
}

ul#family li a{
	display: block;
	height: 100%;
	text-indent: -9000px;
}

#archeritage {
	top: 60px;
	left: 92px;
	width: 190px;
	height: 50px;
}

#yat {
	width: 160px;
	left: 320px;
	top: 234px;
	height: 70px;
}

#jorvick {
	width: 120px;
	top: 172px;
	left: 446px;
	height: 54px;
}

#hungate {
	width: 182px;
	left: 362px;
	top: 92px;
	height: 54px;
}

#dig {
	width: 118px;
	top: 16px;
	left: 524px;
	height: 58px;
}

#mickelgate {
	width: 190px;
	top: 150px;
	left: 120px;
	height: 56px;
}

#barleyhall {
	width: 150px;
	top: 0px;
	left: 270px;
	height: 60px;
}

#trent {
	width: 182px;
	top: 126px;
	left: 570px;
	height: 70px;
}


ul#family li a:hover {
	background-image: url(../images/family_bground.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}


ul#family li#archeritage a:hover {
	background-position: -92px -515px;
}

ul#family li#yat a:hover {
	background-position: -320px -689px;
}

ul#family li#jorvick a:hover {
	background-position: -447px -627px;
}

ul#family li#hungate a:hover {
	background-position: -362px -547px;
}

ul#family li#dig a:hover {
	background-position: -524px -472px;
}

ul#family li#mickelgate a:hover {
	background-position: -120px -605px;
}

ul#family li#barleyhall a:hover {
	background-position: -270px -455px;
}

ul#family li#trent a:hover {
	background-position: -570px -581px;
}