	.dhtmlgoodies_tabPane {
		height:21px;	/* Height of tabs */
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		color: #6BC235;
		background: #EEEEEE;
		padding-top: 2px;

	}
	.dhtmlgoodies_aTab{
		border-left:0px solid #919b9c;
		border-right:0px solid #919b9c;
		border-bottom:0px solid #919b9c;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		padding-top: 5px;
		overflow: auto;	
		clear: both;
	}
	.dhtmlgoodies_tabPane DIV{
		float:left;
		height:21px;	/* Height of tabs */
		padding-left:3px;
		vertical-align:middle;
		background-repeat:no-repeat;
		background-position:bottom left;
		cursor:pointer;
		position:relative;
		bottom:-1px;
		margin-left:1px;
		margin-right:1px;

	}
	.dhtmlgoodies_tabPane .tabActive{
		background-image:url('../images/tab_left_active.gif');
		background-repeat: no-repeat;
		z-index:10;	
		color: Black;
	}
	.dhtmlgoodies_tabPane .tabInactive{
		background-image:url('../images/tab_left_inactive.gif');
		background-repeat: no-repeat;
		z-index:1;
	}

	.dhtmlgoodies_tabPane .inactiveTabOver{
		background-image:url('../images/tab_left_active.gif');
		background-repeat: no-repeat;
		z-index:10;
	}
	.dhtmlgoodies_tabPane span{
		font-family:arial;
		vertical-align:top;
		font-size:11px;
		padding-left:1px;
		padding-right:1px;		
		line-height:21px;
		float:left;
	}
	.dhtmlgoodies_tabPane .tabActive span{
		padding-bottom:1px;
		line-height:20px;
	}
	
	.dhtmlgoodies_tabPane img{
		float:left;
		margin-right:0px;
		padding-right: 0px;
	}