	.tabPane{
		height:29px;	/* Height of tabs */
		border-bottom:1px solid #919b9c;
	}
	.aTab{
		border-left:1px solid #919b9c;
		border-right:1px solid #919b9c;
		border-bottom:1px solid #919b9c;
		font:Tahoma;
		font-size:14px;
		 
		padding-top:5px;	
		padding-left:5px;
		padding-right:5px;
		padding-bottom:180px;
	}
	.tabPane DIV{
		float:right;
		height:100%;	/* Height of tabs */
		padding-left:3px;
		
		vertical-align:middle;
		background-repeat:no-repeat;
		background-position:bottom right;
		cursor:pointer;
		position:relative;
	
		bottom:-0.5px;
		left:-15px;
		margin-left:0px;
		margin-right:0px;
	}
	.tabPane .tabActive{
		background-image:url('../images/tab_left_active.gif');
		margin-left:0px;
		margin-right:0px;	
		padding-left:4px;
		z-index:150;
		font-family:Tahoma;
		font-size:larger;
		color:Yellow;
		font-weight:bold;
		background-repeat:repeat-x;
		padding-right:0px;
		padding-left:0px;
		

	}
	.tabPane .tabInactive{
		background-image:url('../images/tab_left_inactive.gif');
		margin-left:0px;
		margin-right:0px;
		font-weight:bold;
		color:White;
		z-index:5; 
		background-repeat:repeat-x;
		padding-right:0px;
		padding-left:0px;
	}

	.tabPane .inactiveTabOver{
		background-image:url('../images/tab_left_over.gif');
		margin-left:0px;
		margin-right:0px;
		background-repeat:repeat-x;
		padding-right:0px;
		padding-left:0px;
		color:Orange;
		font-weight:bold;
	}
	.tabPane span{
		font-family:Tahoma;
		vertical-align:top;
		font-size:12px;
		padding-left:3px;
		padding-right:3px;		
		line-height:29px;
		float:left;
	}
	.tabPane .tabActive span{
		padding-bottom:1px;
		line-height:29px;
	}
	
	.tabPane img{
		float:left;
		height:29px;
		
	}