/* Subsection Tabs
--------------------*/
ul.subsection_tabs {
	list-style:none;
	margin:0 0 5px 0;
	padding:0 0 5px 0;
	clear:both;
	border-bottom:1px solid #666;
	height:35px;
	clear:both;
}

ul.subsection_tabs li.tab {
	float:left;
	margin-left: 10px;
	text-align:center;
}

ul.subsection_tabs li.tab a {
	display:block;
	height:14px;
	padding:5px;
	background-color:#eee;
	color:#666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #666666;
	border-left-color: #CCC;
}

ul.subsection_tabs li.tab a:hover {
	color:#666;
	background-color:#ddd;
}

ul.subsection_tabs li.tab a.active {
	color:#000;
	font-weight:bold;
	background-color:#FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #FFFFFF;
	border-left-color: #666666;
}

ul.subsection_tabs li.source_code {
	float:right;
}
