.RadTabStrip_SimpleBarBlue li a
{
	color:white;
	background-color:#838a92;
	background-image:url(/images/nav5_bg.jpg);
	background-repeat:repeat-x;
	padding:6px 10px 6px 10px;
	font-weight:bold;
	border-right:1px solid #7f7872;
	text-align:center;
}

.RadTabStrip_SimpleBarBlue li a:hover
{
	color:white;
}

.RadTabStrip_SimpleBarBlue li a.selected
{
	background-color:#336cc5;
	background-image:url(/images/nav5_bg_current.jpg);
	background-repeat:repeat-x;
}