.tabPane{
height:31px;	/* Height of tabs */
border-bottom:1px solid #919b9c;
padding-top:4px;
padding-left:4px;
background:#D0EBFF;

}
.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:2px;
margin-right:2px;
padding-left:1px;
padding-right:1px;
border:1px solid #9C919B;
border-bottom:0;
}
.tabPane .tabActive{
background-image:url('../images/tab_left_active.png');
z-index:10;
color:#ffffff;
}
.tabPane .tabInactive{
background:url('../images/tab_left_inactive.png') left top no-repeat;
z-index:1;
}

.tabPane .inactiveTabOver{
background-image:url('../images/tab_left_over.png');
color:#ffffff;
}
.tabPane span{
font-family:arial;
vertical-align:top;
font-size:12px;
font-weight:bold;
line-height:31px;
float:left;
}
.tabPane .tabActive span{
line-height:30px;
text-align:center;
}

.tabPane img{
float:left;
}