.tabberlive .tabbertabhide { display:none; }

.tabber {}
.tabberlive {}

ul.tabbernav, ul.tabbernav_narrow 
{
 margin:0;
 padding: 3px 0 0 3px;
 _padding: 0px;
 /*border-bottom: 2px solid #FF7400;*/
 font: bold 16px arial;
 text-align:left;
 background: url("../images/tabs_backgound.png") no-repeat left top;
 height: 39px;
}

ul.tabbernav_narrow 
{
	background: url("../images/tabs_bg_narrow.png") no-repeat left top;
}

ul.tabbernav li, ul.tabbernav_narrow li
{
 list-style: none;
 margin-left: 0px;
 display:inline;
}

ul.tabbernav li a, ul.tabbernav_narrow li a
{
 margin-left: 6px;
 text-decoration: none;
 padding: 10px 2px 4px 2px;
 color: white;
 display:block;
 float:left;
 width:182px;
 height: 25px;
 _height: 27px;
 text-align:center;
 background: #1580b4 url("../images/tabs_unselected.png") no-repeat left top;
}
ul.tabbernav li a { color:white;}

ul.tabbernav_narrow li a { width: 126px; margin-left: 4px; background: #0D0B0C url("../images/tabs_unselected_narrow_green.jpg") no-repeat left top;} 

ul.tabbernav li.tabberactive a, ul.tabbernav_narrow li.tabberactive a
{
 background: #1580b4 url("../images/tabs_front.png") no-repeat left top; 
 color: black;
}

ul.tabbernav_narrow li.tabberactive a
{
 background: #1580b4 url("../images/tabs_front_narrow_white.jpg") no-repeat left top; 
}
/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding: 0px;

 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

  /*height:400px;*/

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

  /*overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {

}
