	#dhtmlgoodies_tabView1 {
	  margin:0 auto;
      width:720px;
	  position:absolute;
	  margin-left:65px;
	  margin-top:10px;
	
	}

	#dhtmlgoodies_tabHome {
	  margin:0 auto;
      width:419px;
	  position:absolute;
	  margin-left:0px;
	  margin-top:10px;
	
	}
	
	.dhtmlgoodies_aTab_Home{
		background:url('../../images/bg-tabs-home.jpg') no-repeat;
		width:419px;
		margin-left:2px;
		padding:5px;		
		margin-right:30px;
		
	}

	.dhtmlgoodies_tabPane{
		height:33px;	/* Height of tabs */
	}
	
	.dhtmlgoodies_aTab{
		background:url('../../images/bg-tabs.jpg') no-repeat;
		width:720px;
		margin-left:2px;
		padding:5px;		
		margin-right:30px;
		
	}
	.dhtmlgoodies_tabPane DIV{
		float:left;
		height:100%;	/* Height of tabs */
		padding-left:10px;
		vertical-align:middle;
		background-position:bottom left;
		cursor:pointer;
		position:relative;
		bottom:-1px;
		margin-left:0px;
		margin-right:0px;

	}
	.dhtmlgoodies_tabPane .tabActive{
		background-image:url('../images/tab-active-left.jpg');
		margin-left:2px;
		margin-right:0px;	
		z-index:10;	
	}
	.dhtmlgoodies_tabPane .tabInactive{
		background-image:url('../images/tab-inactive-left.jpg');
		margin-left:0px;
		margin-right:0px;
		z-index:0;
	}

	.dhtmlgoodies_tabPane .inactiveTabOver{
		background-image:url('../images/tab-active-left.jpg');
		margin-left:0px;
		margin-right:0px;
	}
	
	.dhtmlgoodies_tabPane span{
		  font-weight:bold;
  		  font-family:Arial, Helvetica, sans-serif;
          font-size:12px;
          color:#000000;
          text-decoration:none;
  		  padding-left:0px;
		  padding-right:0px;		
		  line-height:30px;
		  float:left;
		  height:33px;
		  background:url('../../images/tab-inactive-center.jpg') repeat-x;
	}
	
	.dhtmlgoodies_tabPane .tabActive span{
		padding-bottom:1px;
		line-height:30px;
		background:url('../../images/tab-active-center.jpg') repeat-x;
		color:#19406b;

	}
	
	.dhtmlgoodies_tabPane .inactiveTabOver span{
		background:url('../../images/tab-active-center.jpg') repeat-x;
		color:#19406b;

	}
	
	.dhtmlgoodies_tabPane img{
		float:left;
	}
