.RadTabStrip_PGTBrand
{
	font: 11px arial, tahoma, sans-serif;
}


.RadTabStrip_PGTBrand .level1 li a
{
	padding-left: 21px;
	margin-right: -16px; 
	color: white;
	text-decoration:none;
	position:relative;
	top: 1px;
}

.RadTabStrip_PGTBrand .level1 li.break a,
.RadTabStrip_PGTBrand .level1 li.last a
{
	margin-right:0;
}

/* describes all the tabs */
.RadTabStrip_PGTBrand .level1 li a .wrap
{
	text-align:center;
 	width:136px;
}

.RadTabStrip_PGTBrand .level1 li a:hover
{
	color: white;
}

/* describes the non-selected tab background, etc */
.RadTabStrip_PGTBrand .level1 li a .innerWrap
{
	padding: 0px 5px;
	text-align: center;
}

/*.RadTabStrip_PGTBrand .level1 li a.selected
{
	padding-top: 0px;
	padding-left: 31px;
	
	line-height: 28px;
}*/

/* describes the selected tab background, etc. */
/*.RadTabStrip_PGTBrand .level1 li a.selected .wrap
{
	
}*/

/* describes the selected tab right hand area, used if you want to round the tab, etc. */
/*.RadTabStrip_PGTBrand .level1 li a.selected .innerWrap
{	
	padding-top: 0px;
}*/

.RadTabStrip_PGTBrand .level2 ul
{
	border-top: 1px solid #1a4a76;
}

.RadTabStrip_PGTBrand .level2 li a
{
	color: #333333;
	text-decoration: none;
	padding: 6px 9px;
}

.RadTabStrip_PGTBrand .level2 li a:hover
{
	color: #1c59a4;
	text-decoration: underline;
}

/* ??? */
 /*.RadTabStrip_PGTBrand .level2 li a.selected
{
	color: #1c59a4;
	text-decoration: none;
}*/


.RadTabStrip_PGTBrand li a.disabled,
.RadTabStrip_PGTBrand li a.disabled .wrap,
.RadTabStrip_PGTBrand li a.disabled .innerWrap
{
	cursor: default;
	text-decoration: line-through;
}

/* ??? */
/*.RadTabStrip_PGTBrand li a.red,
.RadTabStrip_PGTBrand li a.red .wrap,
.RadTabStrip_PGTBrand li a.red .innerWrap
{
	color: red;
}*/

/* scrolling arrows -- don't know what scrolling arrows are*/
/*
.RadTabStrip_PGTBrand .leftArrow
{
	background-image:url(img/ScrollLeft.gif);
	background-repeat: no-repeat;
	height: 11px;
	width: 8px;
}

.RadTabStrip_PGTBrand .rightArrow
{
	background-image:url(img/ScrollRight.gif);
	background-repeat: no-repeat;
	height: 11px;
	width: 8px;
}


.RadTabStrip_PGTBrand .leftArrowDisabled
{
	background-image:url(img/ScrollLeftDisabled.gif);
	height: 11px;
	width: 8px;
	background-repeat: no-repeat;
}

.RadTabStrip_PGTBrand .rightArrowDisabled
{
	background-image:url(img/ScrollRightDisabled.gif);
	height: 11px;
	width: 8px;
	background-repeat: no-repeat;
}
*/

