/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
 
ul.tabbernav
{
 font: bold 12px Verdana, sans-serif;
 white-space: nowrap;
 overflow-x: auto;
 overflow-y: hidden;
 border: solid 1px #999999;
 border-bottom: none; 
 height: 29px;
}


/* SUGESSTED BOTTOM BAR
ul.tabbernav
{
 font: bold 12px Verdana, sans-serif;
 white-space: nowrap;
 overflow-x: auto;
 overflow-y: hidden;
 border: solid 1px #999999;
 border-bottom: none; 
 height: 30px;
}

ul.tabbernav li a{
 border: solid 1px #999999;
 border-top: none; 
 padding-bottom: 0px;
}

 */
