.RadTabStrip_PetCentrxVert
{
	font:10pt Verdana, sans-serif;
	background:transparent url(img/Bottom.gif) 3px bottom no-repeat;
	padding-bottom:5px !important;
	float:left;
	width:130px;
}

.RadTabStrip_PetCentrxVert ul
{
/*	border-right:1px solid #d2c7b4;*/	
	background:transparent url(img/Top.gif) 3px top no-repeat;
	padding-top:5px !important;
	padding-left:3px !important;
	width:130px;
}


.RadTabStrip_PetCentrxVert li a
{
	float:left;
	border-left:1px solid #d2c7b4;
	text-decoration:none;
	color:#990000 !important;
	text-align:center;
    line-height:30px;
}

.RadTabStrip_PetCentrxVert li a .wrap
{
	background:transparent url(img/TabBg.gif) right bottom repeat;
	float:left;
	width:129px;
	cursor:pointer;
}

.RadTabStrip_PetCentrxVert li a .innerWrap
{
	/*padding:0 9px;*/
	background:transparent url(img/TabTop.gif) left bottom no-repeat;
	display:block;	
	cursor:pointer;
	width:129px;
}

/*.RadTabStrip_PetCentrxVert li a:hover,*/
.RadTabStrip_PetCentrxVert li a.selected
{
	background:white url(img/SelectedBg.gif) left top repeat-y;	
	width:130px;
/*	margin-left:-1px;
	border-left:none;
	padding-left:2px;
	line-height:31px;*/	
}


.RadTabStrip_PetCentrxVert li a:hover .wrap,
.RadTabStrip_PetCentrxVert li a.selected .wrap
{
	/*border-top:1px solid #91A7B4;
	border-bottom:1px solid #91A7B4;*/

}

.RadTabStrip_PetCentrxVert li a.selected .wrap
{
	background:none;
}

.RadTabStrip_PetCentrxVert li a:hover .innerWrap,
.RadTabStrip_PetCentrxVert li a.selected .innerWrap
{
	/*background:none;*/
	color:#333 !important;
}

/* scrolling arrows */

.RadTabStrip_PetCentrxVert .leftArrow
{
	background-image:url(img/ScrollLeft.png);
	background-repeat: no-repeat;
	height: 17px;
	width: 16px;
}

.RadTabStrip_PetCentrxVert .rightArrow
{
	background-image:url(img/ScrollRight.png);
	background-repeat: no-repeat;
	height: 17px;
	width: 16px;
}


.RadTabStrip_PetCentrxVert .leftArrowDisabled
{
	background-image:url(img/ScrollLeftDisabled.png);
	height: 17px;
	width: 16px;
	background-repeat: no-repeat;
}

.RadTabStrip_PetCentrxVert .rightArrowDisabled
{
	background-image:url(img/ScrollRightDisabled.png);
	height: 17px;
	width: 16px;
	background-repeat: no-repeat;
}