@charset "utf-8";
/* CSS Document */

#content-img.sectors {
	height:296px;
	background:url(images/hd_sectors.jpg) top left no-repeat;
}

#sector-top {
	width:658px;
	height:143px;
}

#sector-bot {
	width:658px;
	height:143px;
	margin-top:9px;
}

#sector-top ul, #sector-bot ul {
	margin:0;
	padding:0;
	height:143px;
}

#sector-top ul li, #sector-bot ul li {
	display:inline;
	list-style-type:none;
}

#sector-top a, #sector-bot a {
	display:block;
	float:left;
	width:161px;
	height:143px;
	margin-right:1px;
	margin-bottom:2px;
}

#sector-top a, #sector-bot a {
}

a#sector-1:hover, a#sector-1.current {
	background-image:url(images/hd_sectors_over.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
}

a#sector-2:hover, a#sector-2.current {
	background-image:url(images/hd_sectors_over.jpg);
	background-repeat:no-repeat;
	background-position:-162px 0px;
}

a#sector-3:hover, a#sector-3.current {
	background-image:url(images/hd_sectors_over.jpg);
	background-repeat:no-repeat;
	background-position:-324px 0px;
}

a#sector-4:hover, a#sector-4.current {
	background-image:url(images/hd_sectors_over.jpg);
	background-repeat:no-repeat;
	background-position:-486px 0px;
}

a#sector-5:hover, a#sector-5.current {
	background-image:url(images/hd_sectors_over.jpg);
	background-repeat:no-repeat;
	background-position:0px -152px;
}

a#sector-6:hover, a#sector-6.current {
	background-image:url(images/hd_sectors_over.jpg);
	background-repeat:no-repeat;
	background-position:-162px -152px;
}

a#sector-7:hover, a#sector-7.current {
	background-image:url(images/hd_sectors_over.jpg);
	background-repeat:no-repeat;
	background-position:-324px -152px;
}

a#sector-8:hover, a#sector-8.current {
	background-image:url(images/hd_sectors_over.jpg);
	background-repeat:no-repeat;
	background-position:-486px -152px;
}

