	.tabPane{
		height:26px;	/* Height of tabs */
	}
	.tab_view{
		font-family: Arial, sans-serif;
		padding:15px;
	}
	
	.tabPane DIV{
		float:left;
		height:100%;	/* Height of tabs */
		padding-left:4px;
		vertical-align:middle;
		background-repeat:no-repeat;
		background-position:bottom left;
		cursor:pointer;
		position:relative;
		margin-left:0px;
		margin-right:3px;
		color:#FFFFFF;
		/*padding-left:4px;*/
	}
	
	.tabPane .tabActive{
		background:url('../template_images/tab_o.gif') no-repeat top left;
		margin-left:0px;
		margin-right:3px;	
		z-index:2;	
		height:26px;
		width:116px;	
		color:#000;
		text-align:center;
		float:left;
}

	.tabPane .tabInactive{
		background:url('../template_images/blank.gif') no-repeat top left;
		margin-left:0px;
		margin-right:3px;
		z-index:1;
		height:26px;
		width:116px;	
	}

	.tabPane .inactiveTabOver{
		background:url('../template_images/tab_o.gif') no-repeat top left;
		margin-left:0px;
		margin-right:3px;
		height:26px;
		width:116px;	
		color:#000;		
	}
	
	.tabPane span{
		font-family:Arial, "Arial Narrow";
		vertical-align:top;
		font-size:12px;
		float:left;
		width:100px;
		text-align:center;
		padding-top:5px;
		height:24px;
		margin-right:3px;
		}
	
	.tabPane .tabActive span{
		font-family:Arial, "Arial Narrow";
		vertical-align:top;
		font-size:12px;
		height:26px;
		width:100px;
		float:left;
		text-align:center;
		padding-top:5px;
		height:24px;
		margin-right:3px;	
}
	
	.tabPane img{
		float:left;
		width:0px;
		height:1px;


	}