#tabs {
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  margin-top: 35px;
  padding-left: 15px;
  padding-right: 15px;
  list-style: none;
}

#tabs li {
  float: left;
  margin: 0 -15px 0 0;
}

#tabs a {
  float: left;
  position: relative;
  padding: 0 40px;
  height: 0; 
  line-height: 30px;
  text-decoration: none;
  color: #fff;
  border-right: 30px solid transparent;
  border-bottom: 30px solid #222222;
  border-bottom-color: #777\9;
  opacity: 0.8;
  filter: alpha(opacity=80);
  width: 170px;
}

#tabs a:hover,
#tabs a:focus {
  border-bottom-color: #EE5C26;
  opacity: 1;
  filter: alpha(opacity=100);
}

#tabs a:focus {
  outline: 0;
}

#tabs #current {
  z-index: 3;
  border-bottom-color: #00ADEF;
  opacity: 1;
  filter: alpha(opacity=100);	  
}

#tabs a {
  height: 0; 
  line-height: 30px;
  border-right: 30px solid transparent;
  border-bottom: 30px solid #3D3D3D;    
}

div#content {
  margin-top: 5px;
  padding-left: 0px;
  padding-right: 0px;
}

div#content p, div#content h2 {
  margin-top: 0px;
  padding-left: 15px;
  padding-right: 15px;
}