.tabberlive .tabbertabhide {
	display: none;
}

.tabber {
}

.tabberlive {
	margin-top: 1em;
}

ul.tabbernav {
	text-align: left;
	padding: 3px 0;
	margin: 0;
	display: none;
}

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

ul.tabbernav li a {
	
	color: white;
	border-style: none;
	background-color: #006150;
	padding: 5px 15px;
	cursor: pointer;
	margin: 5px 5px 5px 0; 
	border-radius: 3px;
	width: 242px;
	font-weight: 700;
	font-size: 11pt;	
	text-decoration: none;
	
}

ul.tabbernav li a:hover {
	background-color: #006150;
}

ul.tabbernav li.tabberactive a {
	color: black;
	background-color: #b2cfca;
	cursor: default;	 
}

.tabberlive .tabbertab {
}

.tabberlive .tabbertab h2 {
	display: none;
}

.tabberlive .tabbertab h3 {
	display: none;
}




