	.dhtmlgoodies_tabPane{
	  margin:0px;
		height:35px;	 /*Height of tabs */
		padding:0px;
		border:none;
	}
	.dhtmlgoodies_aTab{
		border:none;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		padding:10px 0px 0px;
	}
	.dhtmlgoodies_tabPane DIV{
		float:left;
		height:100%;	/* Height of tabs */
/*		padding-left:3px;*/
		vertical-align:middle;
		background-repeat:no-repeat;
		background-position:bottom left;
		cursor:pointer;
		position:relative;
		/*bottom:-1px;*/
		margin:0px;
	}
	.dhtmlgoodies_tabPane .tabActive{
/*		background-image:url('../images/tab_left_active.gif');*/
		background-color:#c7656f;color:#ffffff;background-color:#d75501;
		font-weight:bold;
		border:none;
		margin:0px;margin-right:15px;padding-top:10px;border-bottom:5px solid #b93f4b;border-bottom:10px solid #ec6a16;
		z-index:10;
	}
	.dhtmlgoodies_tabPane .tabInactive{
/*		background-image:url('../images/tab_left_inactive.gif');*/
		background-color:#c7656f;color:#ffffff;background-color:#d75501;
		font-weight:bold;
		margin:0px;padding-top:10px;margin-right:15px;
		z-index:1;
	}

	.dhtmlgoodies_tabPane .inactiveTabOver{
/*		background-image:url('../images/tab_left_over.gif');*/
		background-color:#c7656f;color:#ffffff;background-color:#d75501;
		font-weight:bold;
		margin:0px;margin-right:15px;padding-top:10px;border-bottom:5px solid #b93f4b;border-bottom:10px solid #ec6a16;
	}
	.dhtmlgoodies_tabPane span{
		font-family:arial;
		vertical-align:center;
		text-align:center;
		padding:3px;
		line-height:1em;
		float:left;
	}

	.dhtmlgoodies_tabPane .tabActive span{
/*
		padding-bottom:1px;
		line-height:20px;*/
	}
	
	.dhtmlgoodies_tabPane img{
		float:left;
	}