#buddypress div.item-list-tabs ul li.selected a:after,
#buddypress div.item-list-tabs ul li.current a:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background: #FF904D;
    left: 0;
    bottom: 0;
}