/* =-=-=-=-=-=-=-------------[NAV MAIN HORIZONTAL]-------------=-=-=-=-=-=-=- */

.nav_horizontal_ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.nav_horizontal_ul li {
	display: block;
	overflow: hidden;
	padding: 0;
	margin: 0;
	height: 40px;
	background-image: url(graphics/nav-main.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	float: left;
}
.nav_horizontal_ul a {
	display: block;
	height: 40px;
	text-indent: -9999px;
	cursor: pointer;
}



#item1 {
	background-position: 0px 0px;
	width: 127px;
}
#item2 {
	background-position: -127px 0px;
	width: 92px;
}
#item3 {
	background-position: -219px 0px;
	width: 115px;
}
#item4 {
	background-position: -334px 0px;
	width: 141px;
}
#item5 {
	background-position: -475px 0px;
	width: 142px;
}
#item6 {
	background-position: -617px 0px;
	width: 173px;
}
#item7 {
	background-position: -790px 0px;
	width: 104px;
}
#item8 {
	background-position: -894px 0px;
	width: 106px;
}




#item1.active, #item1:hover {
	background-position: 0px -40px;
}
#item2.active, #item2:hover {
	background-position: -127px -40px;
}
#item3.active, #item3:hover {
	background-position: -219px -40px;
}
#item4.active, #item4:hover {
	background-position: -334px -40px;
}
#item5.active, #item5:hover {
	background-position: -475px -40px;
}
#item6.active, #item6:hover {
	background-position: -617px -40px;
}
#item7.active, #item7:hover {
	background-position: -790px -40px;
}
#item8.active, #item8:hover {
	background-position: -894px -40px;
}





