#tabs {
	margin: 10px 0;
}
#tabs ul {
	float: left;
	background: #fff;
	width: 95%;
	padding-top: 4px;
	border-collapse: collapse;
	margin-bottom: 0;
}
#tabs li {
	margin-left: 1px;
	list-style: none;
}
* html #tabs li {
	display: inline;
}
#tabs li, #tabs li a {
	float: left;
	color: white;
	background: #808080;
}
#tabs ul li.active {
	border-top:2px #000000 solid;
	background: #CCCCCC;
}
#tabs ul li.active a {
	color: #333333;
	background: #CCCCCC;
}
#tabs div {
	border-collapse: collapse;
	background: #EFEFEF;
	border: 1px solid silver;
	clear: both;
	padding: 15px;
	min-height: 300px;
}
#tabs div h3 {
	margin-bottom: 12px;
}
#tabs div p {
	line-height: 150%;
}
#tabs ul li a {
	text-align: center;
	width: 140px;
	text-decoration: none;
	padding: 8px;
	color: white;;
	font-weight: bold;
	font-size: 10pt;
}