#tabs {
	margin-bottom: 10px;
}
 
#tabs #selector {
 margin-bottom: 0px;
 margin-left: 8px;
}
 
#tabs ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
 
#tabs #selector ul li {
  display: inline;	
  padding: 3px 7px;
  background-color: #eeeeee;	
  border: 1px solid #CCC;
  border-bottom: none;
  margin-right: 2px;
}
 
#tabs #selector ul li.active {
	background-color: #ffffff;
	background-image: url(backgrounds/tab_background.gif);
	background-position: center top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: white;
	border-left-color: #CCC;
	color: #333;
	background-repeat: repeat-x;
}
 
#tabs #selector ul li:hover {
	background-color: #ffffff;
	cursor: pointer;
}
 
#tabs #data {
  margin-top: 3px;
}
 
#tabs #data div {
	display: none;
	border: 1px solid #CCC;
	padding: 10px;
}
 
#tabs #data div.active {
  display: block;
}
