#forbestabs {
    position:relative;
    float:left;
    max-width: 731px; 
    width:102%; /* 101% */
    margin:-50px 0 0;
    list-style:none;
    line-height:1em;
}

#forbestabs li {
    float:left;
    margin:0;
    padding:0;
    width: 20%;
    text-align: center;
}

#forbestabs h2 {
    color:#FFFFFF;
    line-height: 12px;
    padding-bottom: 0px;    
    background: none;
    margin-bottom:0px;
    font-size: 1.5em;
}
/*
@media all and (min-width: 1025px){
    #forbestabs h2 { font-size: 1.5em; }
}
@media all and (max-width: 1024px){
    #forbestabs h2 { font-size: 1em; }
}
*/

#forbestabs a {
    display:block;
    text-decoration:none;
    font-weight:bold;
    margin:0;
    padding:0.25em 1em;
    padding: 20px 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px; 
    border-right: 2px solid #000;
}


#forbestabs A:hover,
#forbestabs A:active,
#forbestabs A.active:link,
#forbestabs A.active:visited {
    background:#FFFFFF;
    text-decoration: none;
    filter: none;
}

#forbestabs A:hover h2,
#forbestabs A:active h2,
#forbestabs A.active:link h2,
#forbestabs A.active:visited h2 {
    color: #5d446f;
}

#forbestabs A.active:link,
#forbestabs A.active:visited {
    position:relative;
    z-index:102;
}