#nav  {
	width: 100%;
	height: 72px;
	text-align: center;
	background-color:#ef92b1;
	z-index:1000;
}


#nav ul  {
	overflow: hidden;
	width: 1200px;
	margin: 0 auto;
	background:url('../images/nav_bg.png') no-repeat top center;
}
#nav ul li  {
	float: left;
}

#nav ul li a {
	font-size: 14px;
	display: block;
	width: 300px;
	height: 72px;
	line-height:68px;
	font-weight:bold;
	color:#ffffff;
	text-align: center;
}


.nav_top a {
	background:url('../images/nav_top.png') no-repeat top center;
}

.nav_news a {
	background:url('../images/nav_news.png') no-repeat top center;
}

.nav_ticket a {
	background:url('../images/nav_ticket.png') no-repeat top center;
}

.nav_access a {
	background:url('../images/nav_access.png') no-repeat top center;
}

#nav ul li a span {
	display: none;
}

.nav_top a:hover {
	background:url('../images/nav_top_on.png') no-repeat top center;
}

.nav_news a:hover {
	background:url('../images/nav_news_on.png') no-repeat top center;
}

.nav_ticket a:hover {
	background:url('../images/nav_ticket_on.png') no-repeat top center;
}

.nav_access a:hover {
	background:url('../images/nav_access_on.png') no-repeat top center;
}