// CSS changes for tabs //change to this (remove everything but the one rule below) //this moves it so the bottom border for the li covers the ul's bottom border #cacap-tabs li.current-tab { margin-bottom: -1px; } //change to this #cacap-tabs li.current-tab a{ font-weight: bold; color: #3c3c3c; border: 1px solid #e6e6e6; border-bottom-color: #fff; -webkit-border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0; }