/* CSS Document */

.lefttab {
	width: 16px;
	height: 31px;
	background-image: url(../images/lefttab.gif);
	background-repeat: no-repeat;	
	background-position: top right;
}

.righttab {
	width: 14px;
	height: 31px;
	background-image: url(../images/righttab.gif);
	background-repeat: no-repeat;	
}

.middletab {
	width: 100%;
	height: 31px;
	background-image: url(../images/middletab.gif);
	background-repeat: repeat-x;	
	text-align: left;
}