.RadTabStrip_DarVertical
{
	font:8pt tahoma, sans-serif;
	background:transparent url(img/bottom.gif) 3px bottom no-repeat;
	padding-bottom:9px !important;
	float:left;
	margin-left: -4px;
}

.RadTabStrip_DarVertical ul
{
	b/order-right:1px solid #91A7B4;	
	background:transparent url(img/top.jpg) 3px top no-repeat;
	padding-top:5px !important;
	padding-left:3px !important;
}

.RadTabStrip_DarVertical li a
{
	float:left;
	border-right:1px solid #91A7B4;	
	border-left:1px solid #91A7B4;
	text-decoration:none;
	color:Black;
	line-height: 25px;
}

.RadTabStrip_DarVertical li a .wrap
{
	background:transparent url(img/tabBkg.jpg) left top repeat-y;
	float:left;
	width:108px;
	cursor:pointer;
}

.RadTabStrip_DarVertical li a .innerWrap
{
	padding:0 9px;
	background:transparent url(img/tabTop.jpg) left bottom no-repeat;
	display:block;	
	cursor:pointer;
	width:90px;
}

.RadTabStrip_DarVertical li a:hover,
.RadTabStrip_DarVertical li a.selected
{
	background:white url(img/activeBkg.gif) right top no-repeat;	
	margin-right:-5px;
	margin-left: -4px;
	border-left: solid 4px #ffffff;
	padding-right:4px;
	line-height: 25px;
	border-right: none;	
}


.RadTabStrip_DarVertical li a:hover .wrap,
.RadTabStrip_DarVertical li a.selected .wrap
{
	border-top:1px solid #91A7B4;
	border-bottom:1px solid #91A7B4;

}

.RadTabStrip_DarVertical li a.selected .wrap
{
	background:none;
}

.RadTabStrip_DarVertical li a:hover .innerWrap,
.RadTabStrip_DarVertical li a.selected .innerWrap
{
	background:none;
}

/* scrolling arrows */

.RadTabStrip_DarVertical .leftArrow
{
	background-image:url(img/ScrollLeft.png);
	background-repeat: no-repeat;
	height: 17px;
	width: 16px;
}

.RadTabStrip_DarVertical .rightArrow
{
	background-image:url(img/ScrollRight.png);
	background-repeat: no-repeat;
	height: 17px;
	width: 16px;
}


.RadTabStrip_DarVertical .leftArrowDisabled
{
	background-image:url(img/ScrollLeftDisabled.png);
	height: 17px;
	width: 16px;
	background-repeat: no-repeat;
}

.RadTabStrip_DarVertical .rightArrowDisabled
{
	background-image:url(img/ScrollRightDisabled.png);
	height: 17px;
	width: 16px;
	background-repeat: no-repeat;
}
