ul.subsection_tabs {
list-style:none;
border-bottom:1px solid #ccc;
height:20px;
clear:both;
margin:0 0 5px;
padding:0;
}

ul.subsection_tabs li.tab {
float:left;
margin-right:7px;
text-align:center;
}

ul.subsection_tabs li.tab a {
display:block;
height:20px;
background-color:#fff;
color:#666;
width:80px;
padding:0 6px;
}

ul.subsection_tabs li.tab a.active {
background-color:#ddd;
}

ul.subsection_tabs li.source_code {
float:right;
}
