
.hiddenContent {
	display:none;
}

#tab-bg-header {
  background-color:#9f0000;
  width:500px;
  height:21px;
  top:0px;
  text-align:center;
  font-weight:bold;
  color:#FFFFFF;
  margin: 0 0 10px 0;
}

#tab-bg-header ul {
	margin:1px 0 0 0;
	padding:0 0 0 0 ;
}
#tab-bg-header .active-content {
	background-color: #630000;
	font-weight:bold;
 	color:#FFFFFF;
}

#tab-bg-header li {
	line-height: 1.5em;
	display: block;
	float:left;
	list-style-type: none;
	width:99px;
	border-right:1px solid #ffffff;
	background-color:#9f0000;
	font-color: #ffffff;
	height: 21px;
	text-align:center;
	
}
#tab-bg-header a {
	display: block;
	width:99px;
	height: 21px;
	color:#FFFFFF;
	text-align:center;
}


#tab-container {
	width:500px;
}
