ul#tabs {
	list-style-type: none;
	padding: 0;
	text-align: center;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
  ul#tabs li {
	display: inline-block;
	background-color: #666666;
	padding: 5px 20px;
	margin-bottom: 4px;
	color: #fff;
	cursor: pointer;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
    ul#tabs li:hover {
	background-color: #333333;
}
    ul#tabs li.active {
	background-color: #333333;
}

ul#tab {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  ul#tab li {
	display: none;
	padding: 30px;
	border: 20px solid #E6E6E6;
}
    ul#tab li.active {
      display: block; }
    ul#tab li h2 {
	font-weight: 400;
	margin-bottom: 30px;
	padding-bottom: 5px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
