.tabberlive .tabbertabhide {
display: none;
}
ul.tabbernav {
  margin: 0 0 0 10px;
  padding: 0;
  height: 30px;
  line-height:30px;
  overflow:hidden;
}
ul.tabbernav li {
  display: block;
  float: left;
  background:none; height:30px; margin-left:1px;
    /* overflow:auto; */
-moz-border-radius:10px 10px 0 0;
-webkit-border-radius:10px 10px 0 0;
border-radius:10px 10px 0 0;
behavior: url(../../../images/tmpl41/pie.htc);
}
ul.tabbernav li a {
  float: left;
  display:block;
  height: 30px;
  padding:0 10px;
  line-height: 30px;
  text-decoration: none;
  font-weight:bold;
  font-size:11px;
      background: white;
    text-decoration:none;
	font-weight:bold;
	border:1px solid #dbdbdb;
	border-bottom:none;
	-moz-border-radius:10px 10px 0 0;
-webkit-border-radius:10px 10px 0 0;
border-radius:10px 10px 0 0;
behavior: url(../../../images/tmpl41/pie.htc);
}
ul.tabbernav li a:hover { text-decoration:underline;}
ul.tabbernav li.tabberactive a {
    background: #dbdbdb;
    text-decoration:none;
	font-weight:bold;
	border:1px solid #dbdbdb;
	border-bottom:none;
}
ul.tabbernav li.tabberactive a:hover {}
.tabberlive .tabbertab { border-top:2px solid #dbdbdb; padding:10px;
  /* If you don't want the tab size changing whenever a tab is changed you can set a fixed height */
  /* height:100px; */
  /* If you set a fix height set overflow to auto and you will get a scrollbar when necessary */
  /* overflow:auto; */
}
.tabberlive .tabbertab h2 {
	display: none;

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