/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
.bp_tab {
    display: none;
}

.bp_tab act {
    display: block;
}


