/* Subsection Tabs
--------------------*/
#tabs_example_one {display:none;}
#main ul.subsection_tabs {
	list-style:none;
	margin:0;
	padding:0;
	clear:both;
	height: 27px;
	background: #fff url("img/menu_tabs_sprite.png") repeat-x 0 -156px;
}

#main ul.subsection_tabs li {
	float:left;
	text-align:center;
	border-right: solid 1px #CDCDCD;
}
#main ul.subsection_tabs li.last {
	border-right: 0;
}

#main ul.subsection_tabs li.tab a {
	display: block;
	height: 19px;
	padding: 4px 25px;
	background-color: white;
	color: #666;
	font-weight: normal;
	text-decoration: none;
	font-size: 1.2em;
	text-transform: uppercase;
}
#main ul.subsection_tabs li.tab a:hover {
	
}
#main ul.subsection_tabs li.tab a {
	background: #fff url("img/menu_tabs_sprite.png") no-repeat 0 -156px;
}

#main ul.subsection_tabs li.tab a.active {
	color:#fff;
	background: #CDCDCD url("img/menu_tabs_sprite.png") no-repeat 0 0;
}

#main ul.subsection_tabs li.source_code {
	float:right;
}

#main a {
text-decoration: none;
font-weight: bold;
color: #2777A1;
}