.nav-tabs { list-style-type: none; overflow: hidden; border-bottom: 3px solid #00905b; }

.nav-tabs li { background: url("../../images/backgrounds/bg_mainnav.jpg") repeat-x #e5e5e5; 
  float: left; height: 39px; line-height: 39px; font-size: 17px; margin-right: 2px;
  padding: 0 12px; text-align: center; 
}

.bigcontent ul.nav-tabs li { margin-left: 0; margin-bottom: 0; } 
.bigcontent ul.nav-tabs li:before { display: none; }

.nav-tabs li a { color: #fff; }

.nav-tabs li.active { background-image: url("../../images/backgrounds/bg_mainnav_active.jpg"); }

.nav-tabs li:hover { background: #e5e5e5; }
.nav-tabs li:hover a { color: #00905b; }

.nav-tabs li:first-child { border-radius: 6px 0 0; }
.nav-tabs li:last-of-type { border-radius: 0 6px 0 0; }

.tab-content { padding-top: 10px; }

.tab-pane { display: none; }
.tab-pane.active { display: block; }