	.dhtmlgoodies_tabPane{
		height:30px;	/* Height of tabs */
		border-bottom:1px solid #E7DBBB;
	}
	.dhtmlgoodies_aTab{
		border-left:1px solid #E7DBBB;
		border-right:1px solid #E7DBBB;
		border-bottom:0px solid #E7DBBB;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		padding:10px;
		font-size: 13px;
	    font-weight: normal;
	    color: #4C4C4C;
	}
	.dhtmlgoodies_tabPane DIV{
		float:left;
		height:100%;	/* Height of tabs */
		padding-left:13px;
		vertical-align:middle;
		background-repeat:no-repeat;
		background-position:bottom left;
		cursor:pointer;
		position:relative;
		bottom:-1px;
		margin-left:10px;
		margin-right:0px;
	}
	.dhtmlgoodies_tabPane .tabActive{
		background-image:url('../images/tab_left_active.gif');
		margin-left:0px;
		margin-right:0px;	
		z-index:10;	
	}
	.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: Tahoma, Arial, Helvetica, sans-serif;
		vertical-align:top;
		font-size:13px;
		padding-left:3px;
		padding-right:3px;		
		line-height:30px;
		float:left;
		font-weight:bold;
		color: #4C4B48;
	}
	.dhtmlgoodies_tabPane .tabActive span{
		padding-bottom:2px;
		line-height:29px;
	}
	
	.dhtmlgoodies_tabPane img{
		float:left;
	}
.dhtmlgoodies_aTab li{
    margin-bottom: 0px;
	font: 13px Arial, Verdana, Helvetica,  sans-serif;
	color:#333;
    padding-left:13px;
	text-decoration:none;
	text-align:left;
	border-bottom:0px dashed;
	background: url('/images/img_arrow2.gif') no-repeat left 8px;
	line-height:18px;
	list-style:none;
	margin-left:3px;
    }
.dhtmlgoodies_aTab li a{
	font: 13px Arial, Verdana, Helvetica,  sans-serif;
	color:#333;
	line-height:normal;
	text-decoration:none;
	line-height:18px;
	}
.dhtmlgoodies_aTab a:hover{
	color:#ff4605;
	text-decoration:underline;
    }