#nav {
	height: 32px;
	width:1040px;
	margin-bottom:28px;	
}
#nav ul {
	/*width:860px;*/
	width:760px;
	margin-right:auto;
	margin-left:auto;
	padding:0px;
}
#nav a {
	display: block;
	height: 32px;
	position: relative;
	font-size: 16px;
	color: #000;
	
}
#nav li {
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	text-indent:-9999px;
}
#nav a *{
	display:none;
}
#nav a, #nav a:hover {
	display: block;
	height: 32px;
	position: relative;
	font-size: 16px;
	color: #000;
	
}
/*------------  btns --------------*/
#btn_collaborators a{
	background: url(../images/nav/collaborator_btn.png) no-repeat;
	_background: url(../images/nav/collaborator_btn.gif) no-repeat;
	background-position: 0px 0px;
	height: 32px;
	width:165px;
}

#btn_collaborators a:hover{
	background: url(../images/nav/collaborator_btn.png) no-repeat;
	_background: url(../images/nav/collaborator_btn.gif) no-repeat;
	background-position: 0px -32px;
}
#btn_collaborators a.current {
	background: url(../images/nav/collaborator_btn.png) no-repeat;
	background-position: 0px -64px;
}
/*-------*/
#btn_events a{
	background: url(../images/nav/events_btn.png) no-repeat;
	_background: url(../images/nav/events_btn.gif) no-repeat;
	background-position: 0px 0px;
	height: 32px;
	width:84px;	
}
#btn_events a:hover{
	background: url(../images/nav/events_btn.png) no-repeat;
	_background: url(../images/nav/events_btn.gif) no-repeat;
	background-position: 0px -32px;	

}
#btn_events a.current{
	background: url(../images/nav/events_btn.png) no-repeat;
	background-position: 0px -64px;	

}
/*-------*/
#btn_journey a{
	background: url(../images/nav/journey_btn.png) no-repeat;
	_background: url(../images/nav/journey_btn.gif) no-repeat;
	background-position: 0px 0px;
	height: 32px;
	width:134px;	
}
#btn_journey a:hover{
	background: url(../images/nav/journey_btn.png) no-repeat;
	_background: url(../images/nav/journey_btn.gif) no-repeat;
	background-position: 0px -32px;	
}
#btn_journey a.current{
	background: url(../images/nav/journey_btn.png) no-repeat;
	background-position: 0px -64px;	
}
/*-------*/
#btn_shot a{
	background: url(../images/nav/theshot_btn.png) no-repeat;
	_background: url(../images/nav/theshot_btn.gif) no-repeat;
	background-position: 0px 0px;
	height: 32px;
	width:100px;	
}
#btn_shot a:hover{
	background: url(../images/nav/theshot_btn.png) no-repeat;
	_background: url(../images/nav/theshot_btn.gif) no-repeat;
	background-position: 0px -32px;
}
#btn_shot a.current{
	background: url(../images/nav/theshot_btn.png) no-repeat;
	background-position: 0px -64px;
}

/*-------*/
#btn_about a{
	background: url(../images/nav/about_btn.png) no-repeat;
	_background: url(../images/nav/about_btn.gif) no-repeat;
	background-position: 0px 0px;
	height: 32px;
	width:149px;	
}
#btn_about a:hover{
	background: url(../images/nav/about_btn.png) no-repeat;
	_background: url(../images/nav/about_btn.gif) no-repeat;
	background-position: 0px -32px;	
}
#btn_about a.current{
	background: url(../images/nav/about_btn.png) no-repeat;
	background-position: 0px -64px;	
}
/*-------*/
#btn_tixtravel a{
	background: url(../images/nav/tixtravel_btn.png) no-repeat;
	_background: url(../images/nav/tixtravel_btn.gif) no-repeat;
	background-position: 0px 0px;
	height: 32px;
	width:165px;	
}
#btn_tixtravel a:hover{
	background: url(../images/nav/tixtravel_btn.png) no-repeat;
	_background: url(../images/nav/tixtravel_btn.gif) no-repeat;
	background-position: 0px -32px;	
}
#btn_tixtravel a.current{
	background: url(../images/nav/tixtravel_btn.png) no-repeat;
	background-position: 0px -64px;	
}
#activeTab {
	display: none;
}