.tab span{ 
    float: left;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    width:100px; 
    line-height:30px;
    }
.tab span:hover{ 
    background:#0168b7; 
    color:#FFFFFF;
    width:100px;
    }