div.tabContainer3
{
	height:20px;
	display:block;
	background-repeat:no-repeat;
	background-image: url(../OverlappingTabs/images/filler.gif);
	background-position: left top;
	padding-left: 5px;
	width: 158px;
}

ul.overlappingTabs3
{
	list-style: none;
	padding: 0px;
	white-space: nowrap;
	margin: 0px;
	height: 20px;
}

ul.overlappingTabs3 li 
{
	float: left;
	white-space: nowrap;
	text-align: center;
	cursor: pointer;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 20px;
}

/* Left side of first tab; only two possibilities */
li.leftSelected3
{
	background-image: url(../OverlappingTabs/images/leftSelected.gif);
	background-repeat: no-repeat;
	width: 9px;
	height: 20px;
}


li.leftNormal3
{
	background-image: url(../OverlappingTabs/images/leftNormal.gif);
	width: 9px;
	height: 20px;
	background-repeat: no-repeat;
}


/* Middle of tab; only two possibilities */
li.middleNormal3
{
	background-image: url(../OverlappingTabs/images/middleNormal.gif);
	background-repeat: repeat-x;
	height: 20px;
	background-position: top;
	cursor: hand;

}

li.middleSelected3
{
	background-image: url(../OverlappingTabs/images/middleSelected.gif);
	background-repeat: repeat-x;
	height: 20px;
}


li.rightNormal3
{
	background-image: url(../OverlappingTabs/images/rightNormal.gif);
	background-repeat: no-repeat;
	width: 15px;
	height: 20px;
}


li.rightSelected3
{
	background-image: url(../OverlappingTabs/images/rightSelected.gif);
	background-repeat: no-repeat;
	width: 15px;
	height: 20px;
}

li.rightNormalNormal3
{
	background-image: url(../OverlappingTabs/images/rightNormalNormal.gif);
	background-repeat: no-repeat;
	width: 14px;
	height: 19px;
}

li.rightNormalSelected3
{
	background-image: url(../OverlappingTabs/images/rightNormalSelected.gif);
	background-repeat: no-repeat;
	width: 14px;
	height: 20px;
}

li.rightSelectedNormal3
{
	background-image: url(../OverlappingTabs/images/rightSelectedNormal.gif);
	background-repeat: no-repeat;
	width: 14px;
	height: 20px;
}


li.middleNormal4
{
	background-image: url(../OverlappingTabs/images/middleNormal.gif);
	background-repeat: repeat-x;
	height: 20px;
	background-position: top;
	cursor: hand;

}


li.rightNormal4
{
	background-image: url(../OverlappingTabs/images/rightNormal.gif);
	background-repeat: no-repeat;
	width: 12px;
	height: 20px;
}


div.tabContent3
{
	background-color: white;
}



