#leftcontent .RadTabStrip_MyRed ul{
	list-style: inherit;
	padding-left: inherit;
	margin-bottom: inherit;
	position: inherit;
}
#leftcontent .RadTabStrip_MyRed ul li{
	background: inherit;
	padding-left: inherit;
	padding-bottom: inherit;
}

.RadTabStrip_MyRed
{
	font: 11px arial, tahoma, sans-serif;
	padding-bottom: 4px;
	background:transparent url('img/tabBottom.gif') center 20px no-repeat;
	margin-top: 30px;
	margin-bottom: 10px;
	height: 20px;
}

.RadTabStrip_MyRed li
{
	margin-right: -5px;
}
.RadTabStrip_MyRed li a
{
	padding-left: 8px;
	background:transparent url('img/tabLeftFirst.gif') 0px 0px no-repeat;
	height: 20px;
	margin-right: 0px; 
	color: white;
	text-decoration:none;
}

.RadTabStrip_MyRed li a .wrap
{
	padding-right: 8px;
	background:transparent url('img/tabRightLast.gif') right 0px no-repeat;
}

.RadTabStrip_MyRed li a:hover
{
	color: white;
}

.RadTabStrip_MyRed li a .innerWrap
{
	line-height: 20px;
	padding: 1px 12px;
	background:transparent url('img/tabStripe.gif') 0px 0px repeat-x;
	text-align: center;
}

.RadTabStrip_MyRed li a.selected .wrap
{
	background-image:url('img/tabRightLast.gif');
	line-height: 20px;
	padding-right: 8px;
	/*font-weight: bold;*/
	color: #F46664;
}


.RadTabStrip_MyRed li a.selected .innerWrap
{
	background-image:url('img/tabStripe.gif');
	padding-top: 0px;
}

.RadTabStrip_MyRed li a.disabled,
.RadTabStrip_MyRed li a.disabled .wrap,
.RadTabStrip_MyRed li a.disabled .innerWrap
{
	cursor: default;
	text-decoration: line-through;
}

.RadTabStrip_MyRed li a.red,
.RadTabStrip_MyRed li a.red .wrap,
.RadTabStrip_MyRed li a.red .innerWrap
{
	color: red;
}

/* scrolling arrows */

.RadTabStrip_MyRed .leftArrow
{
	background-image:url(img/ScrollLeft.gif);
	background-repeat: no-repeat;
	height: 11px;
	width: 8px;
}

.RadTabStrip_MyRed .rightArrow
{
	background-image:url(img/ScrollRight.gif);
	background-repeat: no-repeat;
	height: 11px;
	width: 8px;
}


.RadTabStrip_MyRed .leftArrowDisabled
{
	background-image:url(img/ScrollLeftDisabled.gif);
	height: 11px;
	width: 8px;
	background-repeat: no-repeat;
}

.RadTabStrip_MyRed .rightArrowDisabled
{
	background-image:url(img/ScrollRightDisabled.gif);
	height: 11px;
	width: 8px;
	background-repeat: no-repeat;
}


