.RadTabStrip_TabStrip li a .innerWrap
{
	height: 35px;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
	color: #ffffff;
	background-color: #89a13b;
	font-family: Calibri, Tahoma;
	font-size:12pt;
	width:200px;
	_width:240px;
	*width:240px;
	text-align:left;
	border-bottom: solid 1px #687d1f;
	border-right: solid 1px #687d1f;
	border-top: solid 1px #bbd95a;
	position: relative;
	line-height:35px;
}

.RadTabStrip_TabStrip li a:hover .innerWrap
{
	background-color: #5e711b;
	font-family: Calibri, Tahoma;
	border-top: solid 1px #4b5b13;
	text-decoration: none;
}