.RadTabStrip_EducationalServices
{
	font: normal 11px Arial, Tahoma, sans-serif;
}

.RadTabStrip_EducationalServices li a
{
	font: bold 8px Arial, Tahoma, sans-serif;

	height: 20px;
	text-decoration: none;
	color: white;
	background-color: #7d7d7d; /* #b9d1df; */
	outline: none;
	overflow: visible;
}

.RadTabStrip_EducationalServices li a .wrap
{
	height: 20px;
	line-height: 20px;
	background: transparent url('Img/tabStripCornerRight.gif') no-repeat bottom right;
	white-space: nowrap;
	overflow: visible;
}

.RadTabStrip_EducationalServices li a .innerWrap
{
	height: 20px;
	padding: 0 5px;
	line-height: 20px;
	text-align: center;
	position: relative;
	background: transparent url('Img/tabStripCornerLeft.gif') no-repeat bottom left;
}

.RadTabStrip_EducationalServices li a.selected
{
	color: white;
	background-color: #012440;
}

.RadTabStrip_EducationalServices li a.selected .wrap
{
	background: transparent url('Img/tabStripCornerRightSelected.gif') no-repeat center right;
}

.RadTabStrip_EducationalServices_rtl li a.selected .wrap
{
	background: transparent url('Img/tabStripCornerLeftSelected.gif') no-repeat center left;
}

.RadTabStrip_EducationalServices li a.selected .innerWrap
{
	background: transparent url('Img/tabStripCornerLeftSelected.gif') no-repeat center left;
}

.RadTabStrip_EducationalServices_rtl li a.selected .innerWrap
{
	background: transparent url('Img/tabStripCornerRightSelected.gif') no-repeat center right;
}


/* first-last styling */

.RadTabStrip_EducationalServices li.first a .innerWrap
{
	background: transparent url('Img/tabStripRoundedLeft.gif') no-repeat center left;
}

.RadTabStrip_EducationalServices li.last a .wrap
{
	background: transparent url('Img/tabStripRoundedRight.gif') no-repeat center right;
}

.RadTabStrip_EducationalServices li.last a.selected .wrap
{
	background: transparent url('Img/tabStripRoundedRightSelected.gif') no-repeat center right;
}

.RadTabStrip_EducationalServices li.first a.selected .innerWrap
{
	background: transparent url('Img/tabStripRoundedLeftSelected.gif') no-repeat center left;
}


