.RadTabStrip_VerticalVS2005
{
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	/*background:transparent url(img/bottom.gif) 3px bottom no-repeat;*/
	/*padding-bottom:42px !important;*/
}

.RadTabStrip_VerticalVS2005 ul
{
	/*background:transparent url(img/top.jpg) 3px top no-repeat;*/
	padding-top:0 !important;
	padding-left:0 !important;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px; 
	font-weight:bold;
	margin:0 0 0 0;
}

.RadTabStrip_VerticalVS2005 li a
{
	
	text-decoration:none;
	color:#FFFFFF;
	line-height:26px;
	background-image:url(img/tourtab_bg.gif);
	background-repeat:no-repeat;
	text-align:center;
	
}

.RadTabStrip_VerticalVS2005 li a .wrap
{
	/*background:transparent url(img/tourtab_bg.gif) right top repeat-y;*/
	
	width:142px;
	cursor:pointer;
	text-align:center;
	
}

.RadTabStrip_VerticalVS2005 li a .innerWrap
{
	padding:0 0 0 15px;
	/*background:transparent url(img/tabTop.jpg) left bottom no-repeat;*/
	line-height:26px;
	cursor:pointer;
	width:102px;
}

.RadTabStrip_VerticalVS2005 li a:hover,
{
	
	color:#FFFFFF;
		
}

.RadTabStrip_VerticalVS2005 li a.selected
{
	background: url(img/tourtab_selected.gif) left top no-repeat;	
	color:#0E2360;
	border-left:none;
	
	line-height:25px;
	
		
}


.RadTabStrip_VerticalVS2005 li a:hover .wrap,
.RadTabStrip_VerticalVS2005 li a.selected .wrap
{
	color:#FFFFFF;

}

.RadTabStrip_VerticalVS2005 li a.selected .wrap
{
	background:none;
}

.RadTabStrip_VerticalVS2005 li a:hover .innerWrap,
{
	background:none;
	color:#ffffff;
}

.RadTabStrip_VerticalVS2005 li a.selected .innerWrap
{
	background:none;
	color:#0E2360;
}

/* scrolling arrows */

.RadTabStrip_VerticalVS2005 .leftArrow
{
	background-image:url(img/ScrollLeft.png);
	background-repeat: no-repeat;
	height: 17px;
	width: 16px;
}

.RadTabStrip_VerticalVS2005 .rightArrow
{
	background-image:url(img/ScrollRight.png);
	background-repeat: no-repeat;
	height: 17px;
	width: 16px;
}


.RadTabStrip_VerticalVS2005 .leftArrowDisabled
{
	background-image:url(img/ScrollLeftDisabled.png);
	height: 17px;
	width: 16px;
	background-repeat: no-repeat;
}

.RadTabStrip_VerticalVS2005 .rightArrowDisabled
{
	background-image:url(img/ScrollRightDisabled.png);
	height: 17px;
	width: 16px;
	background-repeat: no-repeat;
}