ul.map-tab {
	list-style-type: none;
	width: 430px;
	float: left;
}
#tab-container-nav {
}
.map-tab li {
	float: left;
	text-align: center;
	margin-bottom: 0px;
	background-image: url(../tour/images/tab.gif);
	background-repeat: no-repeat;
	height: 24px;
	width: 100px;
	margin-right: 10px;
	padding: 0px;
}
.map-tab a {
	float: left;
	display: block;
	margin-right: 10px;
	height: 20px;
	width: 100px;
	padding-top: 3px;
}
.map-tab a.active {
	cursor: default;
	background-image: url(../tour/images/tab_active.gif);
	background-repeat: no-repeat;
	height: 24px;
	width: 100px;
}
.tab {
	clear: both;
}
