.tabberlive .tabbertabhide {
 display:none;
}

.tabber {

}
.tabberlive {
 
}

ul.tabbernav
{
 margin:0;
 padding: 0px 0;
 border-bottom: 1px solid #fff;
 font: bold 20px Georgia, Times New Roman, Times, serif;
 font-color: #770000;
 float: center;
}

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

ul.tabbernav li a
{
 padding: 0px 0.5em;
 margin-right: 3px;
 border: 1px solid #fff;
 border-bottom: none;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #770000;
 font: normal 16px Georgia, Times New Roman, Times, serif;
 }

ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover
{
 color: #fff;
 background: #770000;
 font: normal 16px Georgia, Times New Roman, Times, serif;
 border-color: #fff;
 border-top: 1px solid #fff;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 1px solid white;
}

.tabberlive .tabbertab {
	padding:0px;
	border:1px solid #fff;
	border-top:0;
	
}

.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 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 overflow:auto;
}

