#tabs ul {
  font: 14px arial sans sans-serif;
  border-bottom: 1px solid gray;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 12px;
  margin: 0px auto;
  overflow-x: auto;
  background-color: white;
}

#tabs ul li {
  display: inline;
  float: left;
  height: 24px;
  min-width: 80px;
  text-align: center;
  padding: 0px;
  margin: 1px 0px 0px;
  border: 1px solid gray;
  overflow-x: auto;
  background-color: white;
}

 #find, #tabs ul li a {
  float: left;
  color: #666666;
  text-decoration: none;
  padding: 4px;
  text-align: center;
  min-width: 80px;
  border-left: 1px solid gray;
  border-bottom: 1px solid gray;
  overflow-x: auto;
}

#tabs ul li.selected {
  border-bottom: 1px solid white;
  background-color: lightgray;
}

#tabs ul li a.selected {
  color: black;
  font-weight: bold;
  background-color: white;
  border-bottom: 1px solid white;
}

#tabs ul li a:hover {
  color: black;
  font-weight: bold;
  background-color: lightblue;
}

#container {
  background: white none repeat scroll 0% 0%;
  height: 500px;
  width: 800px;
  padding: 1em;
  border: 1px solid #cccccc;
  border-radius: 1em;
}
