.dhtmlgoodies_tabPane {
position : absolute;
margin : -24px 4px 0 0;
height : 23px;
}
.dhtmlgoodies_aTab {
border-left : 1px solid #e7e7e7;
border-right : 1px solid #e7e7e7;
border-bottom : 1px solid #e7e7e7;
}
.dhtmlgoodies_tabPane DIV {
float : left;
height : 100%;
width: 54px;
vertical-align : middle;
text-align: center;
background-repeat : no-repeat;
background-position : bottom left;
cursor : pointer;
position : relative;
bottom: -1px;
margin-left : 0;
margin-right : 0;
}
.dhtmlgoodies_tabPane .tabActive {

background-image : url('../images/tab_left_active.gif');
margin-left : 0;
margin-right : 0;
z-index : 10;
}
.dhtmlgoodies_tabPane .tabInactive {
background-image : url('../images/tab_left_inactive.gif');
margin-left : 0;
margin-right : 0;
z-index : 1;
}
.dhtmlgoodies_tabPane .inactiveTabOver {
background-image : url('../images/tab_left_over.gif');
margin-left : 0;
margin-right : 0;
}
.dhtmlgoodies_tabPane span {
font-family : verdana;
vertical-align : top;
font-size : 10px;
line-height : 21px;
float : left;
}
.dhtmlgoodies_tabPane .tabActive span {
padding-bottom : 1px;
line-height : 20px;
}
.dhtmlgoodies_tabPane img {
float : left;
}
