.dhtmlgoodies_tabPane{
	height:23px;	/* Height of tabs */
	border-bottom:0px solid #cccccc; /* 2px */
}
.dhtmlgoodies_aTab{
/* 	border-left:1px solid #cccccc; */
/* 	border-right:1px solid #cccccc; */
/* 	border-bottom:1px solid #cccccc; */
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:0px;	/* 8px */
}
.dhtmlgoodies_tabPane DIV{
	float:left;
	height:100%;	/* Height of tabs */
	padding-left:10px;
	vertical-align:middle;
	background-repeat:no-repeat;
	background-position:bottom left;
	cursor:pointer;
	position:relative;
	bottom:-1px;
	margin-left:0px;
	margin-right:0px;
	font-weight: bold;
	color: #333;
}
.dhtmlgoodies_tabPane .tabActive{
	background-image:url('../images/tab_left.png');
	margin-left:0px;
	margin-right:0px;
	bottom:-2px;	
	z-index:10;	
}
.dhtmlgoodies_tabPane .tabInactive{
	background-image:url('../images/tab_left.png');
	margin-left:0px;
	margin-right:0px;
	z-index:1;
}

.dhtmlgoodies_tabPane .inactiveTabOver{
	background-image:url('../images/tab_left.png');
	margin-left:0px;
	margin-right:0px;
}
.dhtmlgoodies_tabPane span{
	font-family:Arial, Helvetica, sans-serif;
	vertical-align:top;
	font-size:11px;
	padding-left:7px;
	padding-right:7px;		
	line-height:23px;
	float:left;
}
.dhtmlgoodies_tabPane .tabActive span{
	padding-bottom:1px;
	line-height:21px;
}
	
.dhtmlgoodies_tabPane img{
	float:left;
}