.nav-tab {
	border:0;
    border-bottom: none;    
    background: #e4e4e4;
    color: #555;
    font-size: 12px;
    line-height: 16px;
    display: inline-block;
    padding: 4px 14px 6px;
    text-decoration: none;
    margin: -4px -4px -1px 0;
}
.nav-tab:hover{
	border-top: 3px solid #2ABB9B;
}
h2 .nav-tab {
    padding: 5px 15px;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px
}
.nav-tab-active,.nav-tab-active:hover {
    border-bottom: 1px solid #2ABB9B;
    background: #2ABB9B;
    color: #FFF;
    border-top: none;
}