/*.tabstrip,
.tabstrip ul
{
	margin:0;
	padding:0;
}

.tabstrip div
{
	width:100%;
	float:left;
	_float:none;
}

.tabstrip ul
{
	width:100%;
}




.tabstrip li
{
	list-style:none;
	float:left;
	margin:0;
	padding:0;
}

.tabstrip li.break
{
	float:none;
}

.tabstrip li.break br
{
	clear:both;
}

.tabstrip li a
{
	float:left;
	position:absolute;
	font-size:100%;
}

.tabstrip li a img
{
	float:left;
	margin-top:5px;
	margin-right:5px;
	border:0;
}

.tabstrip li a.selected
{
	z-index:0;
	cursor:default;
	
}

.tabstrip li a .wrap, 
.tabstrip li a .innerWrap
{
	float:left;
	clear:both;
	white-space:nowrap;	
	cursor:pointer;
	/* IE 5 Win *
	_cursor:hand;
}

.tabstrip li a.selected .wrap, 
.tabstrip li a.selected .innerWrap
{
	cursor:default;
}



.tabstrip .leftArrow,
.tabstrip .rightArrow,
.tabstrip .leftArrowDisabled,
.tabstrip .rightArrowDisabled
{
	position:absolute;
	z-index:100;
	text-decoration:none;
}*/
.RadTabStrip_DifferentTabs 
{
	background-color:#3774a3;
}



.RadTabStrip_DifferentTabs li a.selected .wrap
{
	background-image:url('Img/tub-tour-on.gif');
	background-repeat:no-repeat;
	background-position:top;
	padding-top:2px;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	color: #0b558f;
	text-align:center;
	vertical-align:text-bottom;
	height:20px;
	padding-left:1px;
}

.RadTabStrip_DifferentTabs li a .wrap
{
	background-image:url('Img/tub-tour.gif');
	background-repeat:no-repeat;
	background-position:top;
	padding-top:2px;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color: #ffffff;
	text-decoration: none;
	text-align:center;
	vertical-align:bottom;
	height:20px;
	padding-left:1px;
}
.levelwrap level1
{
	padding: 0px 0px 0px 0px;
}
