


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

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



#item1 {
	background-position: 0px 0px;
	width: 134px;
}
#item2 {
	background-position: -134px 0px;
	width: 159px;
}
#item3 {
	background-position: -293px 0px;
	width: 135px;
}
#item4 {
	background-position: -428px 0px;
	width: 167px;
}
#item5 {
	background-position: -595px 0px;
	width: 213px;
}
#item6 {
	background-position: -808px 0px;
	width: 152px;
}




#item1.active, #item1:hover {
	background-position: 0px -68px;
}
#item2.active, #item2:hover {
	background-position: -134px -68px;
}
#item3.active, #item3:hover {
	background-position: -293px -68px;
}
#item4.active, #item4:hover {
	background-position: -428px -68px;
}
#item5.active, #item5:hover {
	background-position: -595px -68px;
}
#item6.active, #item6:hover {
	background-position: -808px -68px;
}
