	.dhtmlgoodies_tabPane{
		height:40px;	/* Height of tabs */
		
	}
	.dhtmlgoodies_aTab{
		position: absolute;
		background-color: white;
		padding:5px;		
		
	}
	.dhtmlgoodies_tabPane DIV{
		float:right;
		height:100%;	/* Height of tabs */
		width:129px;
		height:39px;
		text-align:center;

		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		font-size:1,4em;
		color: black;
		font-weight:normal;
		text-decoration:none;

	}
	.dhtmlgoodies_tabPane .tabActive{
		background-image:url('../images/tab_left_active.gif');
		margin-left:0px;
		margin-right:0px;	
		z-index:10;	
		cursor: pointer;
	}
	.dhtmlgoodies_tabPane .tabInactive{
		background-image:url('../images/tab_left_inactive.gif');
		margin-left:0px;
		margin-right:0px;
		z-index:1;
		cursor: pointer;
	}
	.dhtmlgoodies_tabPane .tabDisabled{
		background-image:url('../images/tab_left_disabled.gif');
		margin-left:0px;
		margin-right:0px;
		color: white;
		z-index:1;
		cursor: pointer;
	}
	.dhtmlgoodies_tabPane .inactiveTabOver{
		background-image:url('../images/tab_left_over.gif');
		margin-left:0px;
		margin-right:0px;
		cursor: pointer;
	}
	.dhtmlgoodies_tabPane span{
		color: black;
		font-family:arial;
		vertical-align:middle;
		font-size:1,4em;
		padding-left:3px;
		padding-right:3px;		
		line-height:21px;
		float:left;
	}
	.dhtmlgoodies_tabPane .tabActive span{
		padding-bottom:1px;
		line-height:20px;
		cursor: pointer;
	}
	
	.dhtmlgoodies_tabPane img{
		float:left;
	}