
.TabsContB{
	background-image: url(images/GreenFixedB.png);
	background-position: center top;
	background-repeat: no-repeat;
	width: 567px;
	height: 14px;
}
.TabsContContent{
	
background-image: url(images/GreenFixedM.png);
background-position: center top;
background-repeat: no-repeat;
background-color: #6EA645;
width: 567px;
text-align:right; 
height: 100%;
}

.RTabContT{
	background-image: url(images/GreenFixed_RightT.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	width: 567px;
	height: 13px;
}

.MTabContT{
	background-image: url(images/GreenFixed_MiddleT.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	width: 567px;
	height: 13px;
}

.LTabContT{
	background-image: url(images/GreenFixed_LeftT.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	width: 567px;
	height: 13px;
}


/*CSS For the Fixed containers*/

.TabsContBM{
 direction: ltr;
}
.TabsRContContent{
	padding:2px;
background-image: url(images/GreenFixed_Right.png);
background-repeat: no-repeat;
height: 136px;
text-align:right; 
}
.TabsMContContent{
	padding:2px;
background-image: url(images/GreenFixed_Middle.png);
background-repeat: no-repeat;
height: 136px;
text-align:right; 
}
.TabsLContContent{
	padding:2px;
background-image: url(images/GreenFixed_Left.png);
background-repeat: no-repeat;
height: 136px;
text-align:right; 
}

