
.tabberlive .tabbertabhide {
 display:none;
}


.tabber {

}
.tabberlive {
 margin-top:3px;
}


ul.tabbernav
{
 margin:0px;
 padding: 2px 0;

 font: bold 14px Arial, Sans-serif;




	
}

ul.tabbernav li
{
 list-style: none;
 
 display: inline;
 margin-top: -5px;
 	/*background-image: url(../images/tab_bg.gif);*/
	background-repeat: no-repeat;
	background-position: left top;
	width:137px;
	text-align:center;
	line-height:24px;
	float:left;
}

ul.tabbernav li a
{
	list-style: none;
 margin: 1px; 
 display: inline;
 	background-image: url(../images/tab_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width:137px;
	text-align:center;
	line-height:24px;
	float:left;
	text-decoration:none;


}

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

ul.tabbernav li a:hover
{
 list-style: none;
 margin: 1px; 
 display: inline;
 	background-image: url(../images/tab_hover_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width:137px;
	text-align:center;
	line-height:24px;
	float:left;
}

ul.tabbernav li.tabberactive a
{

 list-style: none;
 margin: 1px; 
 display: inline;
 	background-image: url(../images/tab_active_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width:137px;
	text-align:center;
	line-height:24px;
	float:left;


}

ul.tabbernav li.tabberactive a:hover
{
 list-style: none;
 margin: 1px; 
 display: inline;
 	background-image: url(../images/tab_hover_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width:137px;
	text-align:center;
	line-height:24px;
	float:left;


}


.tabberlive .tabbertab {
 padding:0px;
  border-top:5px solid #cc2228;
  margin-top:18px;
 /*border: 1px solid #ccc;*/


 


}


.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}


.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}

