.tabPane {
	height:39px;	/* Height of tabs */
	padding-top:4px;
	padding-left:4px;
	background:#fff;
	margin-top:20px;
}

.Tab {
	float:left;
	border:1px solid #e7e7e7;
	padding:15px;
}

.tabPane div {
	float:left;
	height:100%;	/* Height of tabs */
	vertical-align:middle;
	background-repeat:no-repeat;
	background-position:bottom left;
	cursor:pointer;
	position:relative;
	bottom:-1px;
	margin-left:-1px;
	margin-right:0px;
}

.tabPane .tabActive {
	background-image:url('../images/tab_left_active.png');
	margin-left:0px;
	margin-right:0px;	
	z-index:10;
	color:#FFFFFF
}

.tabPane .tabInactive {
	background-image:url('../images/tab_left_inactive.png');
	margin-left:0px;
	margin-right:0px;
	z-index:1;
	color:#FFFFFF
}

.tabPane .inactiveTabOver {
	background-image:url('../images/tab_left_over.png');
	margin-left:0px;
	margin-right:0px;
	text-decoration:underline;
	color:#FFFFFF
}

.tabPane span {
	vertical-align:top;
	font-size:14px;
	color:#FFFFFF;
	letter-spacing:-1px;
	font-weight:bold;
	line-height:39px;
	margin-left:10px;
	margin-right:10px;		
	float:left;
}

.tabPane .tabActive span {
	padding-bottom:1px;
	line-height:39px;
	text-align:center;
}
	
.tabPane img {
	float:left;
}
