/* Subsection Tabs
--------------------*/
ul.subsection_tabs {
	list-style:none;
	margin:0 0 0 0;
	padding:0;
	clear:both;
	/*border-bottom:1px solid #ccc;*/
	height:20px;
	clear:both;
}

ul.subsection_tabs li.tab {
	float:left;
	margin-right:7px;
	text-align:center;
}

ul.subsection_tabs li.tab a {
	display:block;
	height:17px;
	padding:3px 6px 0 6px;
	background-color:#ddd;
	color:#000;
	font-weight: bold;
	width:110px;
	text-decoration: none;
}

ul.subsection_tabs li.tab a:hover {
	/*color:#666;*/

}

ul.subsection_tabs li.tab a.active {
	background-color:#fff;
		/*border-bottom:1px solid #fff;*/
	border-right:1px solid #222;
	border-left:1px solid #222;
	border-top:1px solid #222;
}

ul.subsection_tabs li.source_code {
	float:right;
}