#datacontent {
  float:left;
  padding: 16px 10px;
  width:540px;
  margin-top:-23px;

}

#datacontent ul {
  list-style: none;
  margin: 0;
  padding: 5px;
  display: block;
 
 
}

*:first-child+html #datacontent li {
  float: left;
  margin-top:-22px;
  z-index:4;
}


#datacontent li {
  float: left;
  margin-top:-26px;
  z-index:4;



}

*:first-child+html #datacontent li a{
  display: block;
  background: #999;
  color: #333;
  text-decoration: none;
  padding: 2px 5px;
  margin: 5px;
}

#datacontent li a {
  outline: 0;
  display: block;
  background: #999;
  color: #333;
  text-decoration: none;
  padding: 2px 5px;
  margin: 5px;
  border: 1px solid #999;
}

*:first-child+html #datacontent li a:hover{
  background: #D1D1D1;
  color: #000;
}

#datacontent li a:hover {
  border: 1px solid #D1D1D1;
  background: #D1D1D1;
  color: #000;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

*:first-child+html #datacontent li a.selected {
  background: #AFAFAF;
  color: #fff;
  border:none;
}

#datacontent li a.selected {
  background: #AFAFAF;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: 1px inset #fff;
  color: #fff;
}

*:first-child+html #datacontent .panels {
  overflow: hidden;
}

#datacontent .panels {
  border: 1px solid #DFDFDF;
  border-top: 0;
  border-bottom: 10px solid #DFDFDF;
  overflow: hidden;
}

#datacontent .panelsInner {
  overflow: hidden;
}

#datacontent .panel {
  padding: 20px;
}

