	.tabPane{
		height:31px;	/* Height of tabs */
		border-bottom:1px solid #919b9c;
		padding-top:4px;
		padding-left:4px;
		background:#2c8bcd;
		
	}
	.Tab{
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		width:100%;
		float:left;
		
	}
	.tabPane DIV{
		float:left;
		height:100%;	/* Height of tabs */
		vertical-align:middle;
		background-repeat:no-repeat;
		background-position:bottom left;
		cursor:pointer;
		position:relative;
		bottom:-1px;
		margin-left:0px;
		margin-right:0px;
	}
	.tabPane .tabActive{
		background-image:url('../images/tab_left_active.png');
		margin-left:0px;
		margin-right:0px;	
		z-index:10;
	}
	.tabPane .tabInactive{
		background-image:url('../images/tab_left_inactive.png');
		margin-left:0px;
		margin-right:0px;
		z-index:1;
	}

	.tabPane .inactiveTabOver{
		background-image:url('../images/tab_left_over.png');
		margin-left:0px;
		margin-right:0px;
	}
	.tabPane span{
		font-family:arial;
		vertical-align:top;
		font-size:12px;
		font-weight:bold;
		line-height:31px;
		padding-left:3px;
		padding-right:3px;		
		float:left;
		
	}
	.tabPane .tabActive span{
		padding-bottom:1px;
		line-height:30px;
		text-align:center;
	}
	
	.tabPane img{
		float:left;
	}