#tabs li { padding-bottom:0px; }

#tabs {
  overflow: hidden;
  width: 100%;
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none;
}

#tabs li {
  float: left;
  font-size: 16px;
  font-color:#333;
  font-weight: bold;
  margin: 0 -20px 0 0;
}

#tabs a {
  float: left;
  position: relative;
  padding: 0 45px;
  height: 0;
  line-height: 45px;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFF;      
  border-right: 45px solid transparent;
  border-bottom: 45px solid #143953;
  border-bottom-color: #777;
  opacity: .3;
  filter: alpha(opacity=30);      
}

#tabs a:hover,
#tabs a:focus {
  border-bottom-color: #FFCC00;
  color:#333333 !important;
  opacity: 1;
  filter: alpha(opacity=100);
}

#tabs a:focus {
  outline: 0;
}

#tabs #current {
  z-index: 3;
  color:#FFFFFF !important;
  border-bottom-color: #143953;
  opacity: 1;
  filter: alpha(opacity=100);      
}

/* ----------- */
#tab_content {
    background: #fff;
    border-top: 2px solid #143953;
    padding: 2em 0 0 0;
    /*height: 220px;*/
}

#tab_content h2,
#tab_content h3,
#tab_content p {
	margin: 0 0 15px 0;
}  
