.RadTabStrip_VerticalSimple
{
	font: 8pt tahoma, sans-serif;
	background: white;
}

.RadTabStrip_VerticalSimple ul
{
	background: white;
}

.RadTabStrip_VerticalSimple li a:hover
{
	text-decoration: underline;
}

.RadTabStrip_VerticalSimple li a
{
	text-decoration: none;
	color: Black;
	text-align: right;
	background: white;
	width: 168px;
}


/* arrows */
.RadTabStrip_VerticalSimple .rightArrow, 
.RadTabStrip_VerticalSimple .leftArrow,
.RadTabStrip_VerticalSimple .rightArrowDisabled, 
.RadTabStrip_VerticalSimple .leftArrowDisabled
{
	width:17px;
	height:15px;
	text-indent:-10000px;
	background-repeat:no-repeat;
}




.RadTabStrip_VerticalSimple .leftArrow
{
	background-image:url(img/ScrollLeft.png);
}

.RadTabStrip_VerticalSimple .rightArrow
{
	background-image:url(img/ScrollRight.png);
}

/* Disabled Arrows */

.RadTabStrip_VerticalSimple .rightArrowDisabled, 
.RadTabStrip_VerticalSimple .leftArrowDisabled
{
	cursor:default;
}

.RadTabStrip_VerticalSimple .leftArrowDisabled
{
	background-image:url(img/ScrollLeftDisabled.png);
}

.RadTabStrip_VerticalSimple .rightArrowDisabled
{
	background-image:url(img/ScrollRightDisabled.png);
}

.RadTabStrip_VerticalSimple img
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

