#tabs_container {
	width: 100%;
	font-family: tahoma, Helvetica, sans-serif;
	font-size: 12px;
}
#tabs_container ul.tabs li {
	float: right;
}
div.clear {
	clear: both;
}

Pastie #290196 linked directly from Pastie.

	


a:focus {
	-moz-outline-style: none;
}

#tabs_container ul.tabs {
	list-style: none;
	border-bottom: 0px solid #ccc;
	height: 0px;
	margin: 0;
}
#tabs_container ul.tabs li a {
	padding: 3px 20px;
	display: block;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin-right: 2px;
	text-decoration: none;
	background-color: #EBF3FB;
}
