.tab-normal, .tab-selected {
	cursor: pointer;
	position: absolute;
}

.tab-left, .tab-center, .tab-right {
	float: left;
	height: 20px;
}

.tab-normal .tab-left {
	width: 25px;
}

.tab-normal .tab-center {
	background: url(../sImages/Tabs/TabCenter.png) repeat-x;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	height: 18px;
	padding: 2px 3px 0 3px;
	text-align: center;
	width: 80px;
}

.tab-normal .tab-right {
	width: 25px;
}

.tab-selected .tab-left {
	width: 25px;
}

.tab-selected .tab-center {
	background: url(../sImages/Tabs/TabCenterSelected.png) repeat-x;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	height: 18px;
	padding: 2px 3px 0 3px;
	text-align: center;
	width: 80px;
}

.tab-selected .tab-right {
	width: 25px;
}