ul.tabset{
	margin: 10px 0 0 0;
	padding: 0 0 0 15px;
	list-style: none;
	border-bottom: 1px solid #336699;
	height: 2em;
	position: relative;
}
ul.tabset li{
	float: left;
	margin-right: 3px;
}
* html ul.tabset li{
	margin-bottom: -1px;
}
ul.tabset li a, ul.tabset li span{
	display: block;
	float: left;
	background: url(../gif/tab-corners.gif) no-repeat top left;
}
ul.tabset li a {
	text-decoration: none; 
	color: #336699;
	line-height: 2em;
	padding-left: 8px;
	background-color: #eee;
	outline: none;
	font-weight: bold;
}
ul.tabset li a span{
	padding: 0 10px 0 2px;
	background-position: top right;
	cursor: pointer;
	height: 2em;
}
ul.tabset li a:hover{
	background-color: #dedede;
}
ul.tabset li.active a,ul.tabset li.active a:hover{
	background-color: #fff;
	color: #333;
	position: relative;
	top: 1px;
}
pre{
	background: #eee;
	border: 1px solid #ccc;
	border-width: 1px 0;
	padding: 20px 40px;
}
