ul#menu {
	list-style: none;
	padding: 0;
	width: 1024px;
	height: 80px;
	background: url(image/2_topbanner.png) no-repeat;
	position: relative;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	display: block;
	margin-top: 0px;
}
ul#menu li{
	float: left;	
}
ul#menu li span {
  display: none;
  position: absolute;
}

ul#menu li a {
	text-indent: -99999px;
	position: absolute;
	outline: none;
	float: left;
}



ul#menu li a:hover span {
  display: block;
}

ul#menu li a.top {
  width: 76px;
  height: 31px;
  background: url(image/2_top_1.png) no-repeat;
  left: 320px;
  top: 44px;
}

ul#menu li a.top span {
  width: 76px;
  height: 31px;
  background: url(image/2_top_2.png) no-repeat;
  left: 0px;
  top: 0px;
}

ul#menu li a.stage {
  width: 76px;
  height: 31px;
  background: url(image/2_stage_1.png) no-repeat;
  left: 396px;
  top: 44px;
}
ul#menu li a.stage span {
  width: 76px;
  height: 31px;
  background: url(image/2_stage_2.png) no-repeat;
  left: 0px;
  top: 0px;
}
ul#menu li a.member {
  width: 76px;
  height: 31px;
  background: url(image/2_member_1.png) no-repeat;
  left: 472px;
  top: 44px;
}
ul#menu li a.member span {
  width: 76px;
  height: 31px;
  background: url(image/2_member_2.png) no-repeat;
  left: 0px;
  top: 0px;
}

ul#menu li a.guest {
  width: 76px;
  height: 31px;
  background: url(image/2_guest_1.png) no-repeat;
  left: 548px;
  top: 44px;
}
ul#menu li a.guest span {
  width: 76px;
  height: 31px;
  background: url(image/2_guest_2.png) no-repeat;
  left: 0px;
  top: 0px;
}

ul#menu li a.past {
  width: 76px;
  height: 31px;
  background: url(image/2_past_1.png) no-repeat;
  left: 624px;
  top: 44px;
}
ul#menu li a.past span {
  width: 76px;
  height: 31px;
  background: url(image/2_past_2.png) no-repeat;
  left: 0px;
  top: 0px;
}

ul#menu li a.goods {
  width: 76px;
  height: 31px;
  background: url(image/2_goods_1.png) no-repeat;
  left: 700px;
  top: 44px;
}
ul#menu li a.goods span {
  width: 76px;
  height: 31px;
  background: url(image/2_goods_2.png) no-repeat;
  left: 0px;
  top: 0px;
}

ul#menu li a.blog {
  width: 76px;
  height: 31px;
  background: url(image/2_blog_1.png) no-repeat;
  left: 776px;
  top: 44px;
}
ul#menu li a.blog span {
  width: 76px;
  height: 31px;
  background: url(image/2_blog_2.png) no-repeat;
  left: 0px;
  top: 0px;
}

ul#menu li a.ticket {
  width: 76px;
  height: 31px;
  background: url(image/2_ticket_1.png) no-repeat;
  left: 852px;
  top: 44px;
}
ul#menu li a.ticket span {
  width: 76px;
  height: 31px;
  background: url(image/2_ticket_2.png) no-repeat;
  left: 0px;
  top: 0px;
}

ul#menu li a.contact {
  width: 76px;
  height: 31px;
  background: url(image/2_contact_1.png) no-repeat;
  left: 928px;
  top: 44px;
}
ul#menu li a.contact span {
  width: 76px;
  height: 31px;
  background: url(image/2_contact_2.png) no-repeat;
  left: 0px;
  top: 0px;
}
