/* CSS Document */
#castab {
	margin: 0;
	padding: 0;
}
#castab ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#castab li {
	margin: 0;
	padding: 0;
	float: left;
}
#castab li a {
	font-size: 11px;
	display: block;
	background: #535353;
	border-bottom: 1px solid #535353;
	color: #fff;
	padding: 5px;
	margin: 0 1px 0 0;
}
#castab li a:hover, #castab li a.selected {
	border-top: 1px solid #535353;
	border-right: 1px solid #535353;
	border-left: 1px solid #535353;
	border-bottom: 1px solid #fff;
	text-decoration: none;
	color: #00f;
	background: #fff;
}

div.castabcontent {
	border: 1px solid #E5E5E5;
	padding: 0px 0px;
	margin: 45px 0 0 0;
}

div#castabcontent2, div#castabcontent3 {
	display: none;
}


#tour-nav2 {
	clear: both;
}

#tour-nav2 ul {
	list-style: none;
	margin-left: 0px;
}

#tour-nav2 ul li {
	float: left;
	background: url(../../images/tour-navi/right-bkgd.png) top right no-repeat;
	margin: 0 2px 0 0;
}

#tour-nav2 ul li a {
	display: block;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #00a5d9;
	background: url(../../images/tour-navi/left-bkgd.png) top left no-repeat;
    padding: 5px 15px;
}

#tour-nav2 a.selected ul { 
	float: left;
	background: url(../../images/tour-navi/left-there-bkgd.png) top left no-repeat;
	margin: 0 1px 0 0; 
}

#tour-nav2 a.selected { 
	display: block;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #000000;
	padding: 5px 15px;
}


#tour-nav2 ul li a:hover {
	color: #000000;
}
