#tabs 
{
    width:100%;
}

#tabs ul {
	list-style: none;
	padding: 0;
	margin: 0, 0, 0, 4px;
}
    
#tabs li {
	float: left;
	border: 1px solid #bbb;
	border-bottom-width: 0;
	margin-left: 2px;
}
    
#tabs a {
	text-decoration: none;
	display: block;
	background: #E0E0E0;
	padding: 0.24em 1em;
	color: #616161;
	text-align: center;
}
	
#tabs a:hover {
	background: #ffffff;
}
	
#tabs #selected {
	border-color: #909090;
}
	
#tabs #selected a {
	position: relative;
	top: 1px;
	background: white;
	color: black;
	font-weight: bold;
}
	
#content {
	border: 1px solid #909090;
	clear: both;
	padding: 2px;
	margin-left: 2px;
	margin-right: 2px;
}
