/* menu */
#menu a {
	height: 32px;
	background-image: url(../img/menu/menu.png);
	background-repeat: no-repeat;
}
#menu a {
	float: left;
	cursor: pointer; cursor: hand;
}
a.home {
	width:25px;
	background-position: 0px top;
}
a.aboutus {
	width: 83px;
	background-position:  -25px top;
}
a.activity {
	width: 81px;
	background-position: -108px top;
}
a.video {
	width: 67px;
	background-position: -189px top;
}
a.photo {
	width: 65px;
	background-position: -256px top;
}
a.gethere {
	width: 108px;
	background-position: -321px top;
}
a.hotel {
	width: 61px;
	background-position: -429px top;
}
a.contactus {
	width: 97px;
	background-position: -490px top;
}
a.news {
	width: 52px;
	background-position: -587px top;
}
a.talent {
	width: 153px;
	background-position: -639px top;
}
a.seller {
	width: 89px;
	background-position: -792px top;
}
a.board {
	width: 93px;
	background-position: -881px top;
}
a.en {
	width: 25px;
	background-position: -974px top;
}
a:hover {
	background-position-y: -32px;
}
a.current {
	background-position-y: -64px;
}
/* menu end */
