/* =-=-=-=-=-=-=-[NAV MAIN]-=-=-=-=-=-=-=- */
.ul_nav_main {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}
.ul_nav_main li {
	float: left;
	display: block;
	overflow: hidden;
	padding: 0;
	margin: 0;
	background-image:url(../graphics/global/nav_main.jpg);
	background-repeat:no-repeat;
	text-indent: -9999px;
}




#item1 {
	width: 118px;
	height: 70px;
	background-position: 0 0px;
}
#item1 a {
	height: 70px;
	display:block;
	text-indent:-9999px;
	outline:none medium;
	cursor: pointer;
}
#item2 {
	width: 153px;
	height: 70px;
	background-position: -118px 0px;
}
#item2 a {
	height: 70px;
	display:block;
	text-indent:-9999px;
	outline:none medium;
	cursor: pointer;
}
#item3 {
	width: 159px;
	height: 70px;
	background-position: -271px 0px;
}
#item3 a {
	height: 70px;
	display:block;
	text-indent:-9999px;
	outline:none medium;
	cursor: pointer;
}
#item4 {
	width: 193px;
	height: 70px;
	background-position: -430px 0px;
}
#item4 a {
	height: 70px;
	display:block;
	text-indent:-9999px;
	outline:none medium;
	cursor: pointer;
}
#item5 {
	width: 204px;
	height: 70px;
	background-position: -623px 0px;
}
#item5 a {
	height: 70px;
	display:block;
	text-indent:-9999px;
	outline:none medium;
	cursor: pointer;
}
#item6 {
	width: 173px;
	height: 70px;
	background-position: -827px 0px;
}
#item6 a {
	height: 70px;
	display:block;
	text-indent:-9999px;
	outline:none medium;
	cursor: pointer;
}









#item1_current {
	width: 118px;
	height: 70px;
	background-position: 0 -140px;
}
#item2_current {
	width: 153px;
	height: 70px;
	background-position: -118px -140px;
}
#item3_current {
	width: 159px;
	height: 70px;
	background-position: -271px -140px;
}
#item4_current {
	width: 193px;
	height: 70px;
	background-position: -430px -140px;
}
#item5_current {
	width: 204px;
	height: 70px;
	background-position: -623px -140px;
}
#item6_current {
	width: 173px;
	height: 70px;
	background-position: -827px -140px;
}










#item1.active, #item1:hover {
	width: 118px;
	height: 70px;
	background-position: 0 -70px;
}
#item2.active, #item2:hover {
	width: 153px;
	height: 70px;
	background-position: -118px -70px;
}
#item3.active, #item3:hover {
	width: 159px;
	height: 70px;
	background-position: -271px -70px;
}
#item4.active, #item4:hover {
	width: 193px;
	height: 70px;
	background-position: -430px -70px;
}
#item5.active, #item5:hover {
	width: 204px;
	height: 70px;
	background-position: -623px -70px;
}
#item6.active, #item6:hover {
	width: 173px;
	height: 70px;
	background-position: -827px -70px;
}