	.dhtmlgoodies_tabPane{
		height: 25px;	/* Height of tabs */
        border: 1px solid #5f5f5f;
        border-top: none;
        border-right: 0;
        border-left: 0;        
	}
	.dhtmlgoodies_aTab{
		border-left:1px solid #5f5f5f;
		border-right:1px solid #5f5f5f;
		border-bottom:1px solid #5f5f5f;        
		padding:5px;       
	}
	.dhtmlgoodies_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 : 0px;
		margin-left:0px;
		margin-right:0px;
        padding: 0 10px;        
        text-transform: uppercase;        
	}
    * html .dhtmlgoodies_tabPane DIV
    {
        bottom:-1px;
    }

	.dhtmlgoodies_tabPane .tabActive{
		/*background-image:url('../images/tab_left_active.gif');*/
		margin-left:0px;
		margin-right:0px;	
		z-index:10;
        font-weight: bold;
        border-top: 1px solid #5f5f5f;
        border-left :1px solid #5f5f5f;     
        border-right :1px solid #5f5f5f;        
        background: #fff;
        
	}
	.dhtmlgoodies_tabPane .tabInactive{
		/*background-image:url('../images/tab_left_inactive.gif');*/
		margin-left:0px;
		margin-right:0px;
		z-index:1;
	}

	.dhtmlgoodies_tabPane .inactiveTabOver{
		/*background-image:url('../images/tab_left_over.gif');*/
		margin-left:0px;
		margin-right:0px;
	}
	.dhtmlgoodies_tabPane span{
        font-family: Arial;
        letter-spacing: 2px;
        font-size: 11px;
		vertical-align:top;
		padding-left:3px;
		padding-right:3px;		
		line-height:21px;
		float:left;
        color: #333;
        padding-top: 3px;
	}
	.dhtmlgoodies_tabPane .tabActive span{
		padding-bottom:1px;
		line-height:20px;
	}
	
	.dhtmlgoodies_tabPane img{
		float:left;
	}
