#circle {
	width: 795px;
	height:260px;
	margin:0;
	padding:0;
	text-indent:0;
	position:relative;
	top:-20px;
	/*left:114px;*/
	}
	
#circle li {
	position:absolute;
	display:block;
	margin:0;
	padding:0;
	text-indent:0;
	}

#circle li {
	height:80px;
}

#circle li a {
	display:block;
	height:80px;
	padding-top:20px;
	text-decoration:none;
	font-size:1em;
	color:#999;
}

#circle li a:hover {
	background: transparent url('../images/home/home-circle-over.png') no-repeat top left;
	color:#f69;
	font-size:1.1em;
}

#home1 {
	background:url('../images/home/home-circle-1.jpg') no-repeat 300px 0px;
	top:0px;
	left:100px;
}

#home2 {
	background:url('../images/home/home-circle-2.jpg') no-repeat 0px 0px;
	top:0px;
	left:500px;
}

#home3 {
	background:url('../images/home/home-circle-3.jpg') no-repeat 300px 0px;
	top:80px;
	left:100px;
}

#home4 {
	background:url('../images/home/home-circle-4.jpg') no-repeat 0px 0px;
	top:80px;
	left:500px;
}

#home5 {
	background:url('../images/home/home-circle-5.jpg') no-repeat 300px 0px;
	top:160px;
	left:100px;
}

#home6 {
	background:url('../images/home/home-circle-6.jpg') no-repeat 0px 0px;
	top:160px;
	left:500px;
}

#home7 {
	background:url('../images/home/home-circle-7.jpg') no-repeat 300px 0px;
	top:240px;
	left:100px;
}

#home8 {
	background:url('../images/home/home-circle-8.jpg') no-repeat 0px 0px;
	top:240px;
	left:500px;
}

#home1 a, #home3 a, #home5 a, #home7 a {
	width:380px;
	position:relative;
}

#home1 a span, #home3 a span, #home5 a span, #home7 a span {
	display:block;
	position:absolute;
	left:-95px;
	text-align:right;
	width:380px;
}

#circle li#home1 a:hover, #circle li#home3 a:hover, #circle li#home5 a:hover, #circle li#home7 a:hover {
	background: transparent url('../images/home/home-circle-over.png') no-repeat 300px 0px;
}

#home1, #home3, #home5, #home7 {
	width:380px;
}

#home2 a, #home4 a, #home6 a, #home8 a {
	text-indent:90px;
}