ul#tabs {
  list-style-type: none;
  margin: 0 0 30px 0;
  padding: 0;
  text-align: center; }
  
ul#tabs li {margin-left:-3px;
    display: inline-block;
    background-color: #D8D8D8;
    padding: 8px 40px;
    margin-bottom: 4px;
    color: #2E2E2E;font-size:1.0em;font-weight:bold;
    cursor: pointer; }
    ul#tabs li:hover {
      background-color: #F2F2F2;    border-top: solid 3px #00BFFF;
 }
    ul#tabs li.active {
      background-color: white;    border-top: solid 3px #00BFFF;
 }

ul#tab {
  list-style-type: none;margin-top:-35px;
  width:790px;margin-left:41px;
  padding: 0; }
  ul#tab li {
    display: none;height:450px;
    padding: 0px;
    border: solid 1px white; }
    ul#tab li.active {
      display: block; }
    ul#tab li h2 {
      font-weight: 400;
      margin-bottom: 30px;
      padding-bottom: 5px;
      border-bottom: solid 5px #32c896; }
