.PullOutTab
{
	cursor:pointer;
	position:absolute;
	z-index:150;
}

.PullOutTabTop 
{
	display: block;
	background-image:url("gfx/PullOutTabTop.gif");
	background-repeat:no-repeat;
	width:22px;
	height:25px;
	position:relative;
	z-index:200;
}

.PullOutTabMiddle
{
	display: block;
	background-image:url("gfx/PullOutTabMiddle.gif");
	background-repeat:repeat-y;
	width:22px;
	padding-left:3px;
	position:relative;
	z-index:200;
}

.PullOutTabBottomIn
{
	display: block;
	background-image:url("gfx/PullOutTabBottomIn.gif");
	background-repeat:no-repeat;
	width:22px;
	height:41px;
	position:relative;
	z-index:200;
}

.PullOutTabBottomOut
{
	background-image:url("gfx/PullOutTabBottomOut.gif");
	background-repeat:no-repeat;
	width:22px;
	height:41px;
	position:relative;
	z-index:200;
}