.js #map-content .hypertabs{
	position:relative;
	overflow:hidden;	
	height:25px;
	font-family: Verdana;
	margin:0;
}

.js #map-content .hypertabs .hypertab-container {
	overflow:hidden;
	position:relative;
	background:#eee;	
}
.js #map-content .hypertabs a.hypertab-nav {
	z-index:1000;
	position:absolute;
	top:0;
	height:100%;
}
.js #map-content div.hypertabs ul {
	width:650px;	
	position:relative;
	border-top:1px solid #DFDFDF;
	border-left:8px solid #DFDFDF;	
	border-right:24px solid #DFDFDF;
	background:#DFDFDF;
	height:25px !important;
	padding-right: 1px;
	margin: 0;
}
.hypertabs #map-content ul li.open{		
	background-colour:#990000;
}
.hypertabs #map-content ul li.open a{	
	color:#fff;
}
.js #map-content .hypertabs ul li {
	background-image:none;
	background-color: #DFDFDF;
	display:inline;
	float:left;
	font-weight:bold;	
	margin:0 0px 0 0;
	border-right: 1px solid #fff;
	text-align:center;
	padding:0;
	width: auto;
	height:25px !important;

}
.js #map-content .hypertabs ul li span{
	position:absolute;
	top:-50000px;
}
.js #map-content .hypertabs li.open{
	padding:0px 0 0 0;
	height:25px !important;	
	background:#990000;	
	color:#fff;	
	border:none;
	margin-top: -1px;
}
.js #map-content .hypertabs ul li.last {
	border: none;
}
.js #map-content .hypertabs ul li a {
	display:block;
	padding:5px 20px;
	font-weight:bold;
	white-space:nowrap;
}
.js #map-content .hypertabs ul li.open a {	
	color:#fff;	
	padding-top: 6px;
}
.js #map-content .hypertabs a.hypertab-prev-disabled{
	background-position:-1px -42px;
	cursor:default;
}
.js #map-content .hypertabs a.hypertab-next-disabled {
	background-position:0px -2px;
	cursor:default;
}
.js #map-content .hypertabs .hypertab-prev{
	text-indent:-5000px;
	background-image:url(timeline_arrows.png);
	background-repeat:no-repeat;			
	background-position:-1px -123px;	
	width:15px;
	padding:0 8px 0 0;
}
.js #map-content .hypertabs .hypertab-next{
	text-indent:-5000px;
	background-image:url(timeline_arrows.png);
	background-repeat:no-repeat;			
	background-position:-1px -83px;	
	width:23px;
}