.tabberlive .tabbertabhide {
	display: none;
	}

.tabber {
	padding: 0px;
	}

.tabberlive {
	margin-bottom: 0px;
	padding: 0 0 10px 0;
	}
  
ul.tabbernav {
	margin: 0 0px 5px 0px!important;
	padding: 0px 0px;
	color: #1B1B1B;
	font-size: 12px;
	font-family: Futura Condensed, Futura, sans-serif;
	font-weight: normal;
	}

ul.tabbernav li {
	list-style: none;
	margin: 0;
	display: inline;
	}

ul.tabbernav li a {
	padding: 8px 8px;
	border-bottom: none;
	text-decoration: none;
		}

ul.tabbernav li a:link {
	color: #101010;
	background: transparent;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
	}
	
ul.tabbernav li a:visited {
	color: #1B1B1B;
	background: #FDFBF4;
	font-weight: normal;
	text-decoration: none;
	}

ul.tabbernav li a:hover {
	background: none;
	color: #1B1B1B;
	text-decoration: underline;
	}

ul.tabbernav li.tabberactive a {
	background: #F4F0E3;
	color: #1B1B1B;
	text-decoration: none;
	font-weight: normal;
	}

ul.tabbernav li.tabberactive a:hover {
	background: #F4F0E3;
	color: #1B1B1B;
	text-decoration: underline;
	}
  
.tabberlive .tabbertab {
	background: #F4F0E3;
	padding: 10px 0px 10px 10px;
	}
	
.tabberlive .tabbertab h2 {
	display: none;
	}
	
.tabberlive .tabbertab h3 {
	display: none;
	}

.tabbertab cite {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	}

