.tabctrl_active{
    Background-image: url(images/btn_active.png);
    Width: 80px;
    Height: 22px;
    Text-align:center;
    line-height: 22px;
}

.tabctrl_notactive{
    Background-image: url(images/btn_notactive.png);
    Width: 40px;
    Height: 22px;
    Text-align:center;
    line-height: 22px; 
    cursor: Hand;   
}                         

.tabctrl_notactive_hot{
    Background-image: url(images/btn_notactive_hot.png);
    Width: 40px;
    Height: 22px;
    Text-align:center;
    line-height: 22px;
    font-weight: bold;
    cursor: Hand;   
}

