
#tabulasi {
	/*padding:10px 0px 0px 0px;*/
	color:#CC9966;
}

#tabulasi a
{
	text-decoration:none;
}

/* Subsection Tabs
--------------------*/
#tabulasi ul.subsection_tabs {
	list-style:none;
	margin:0;
	padding-bottom:5px;
	border-bottom:1px solid #ccc;
	height:20px;
}

#tabulasi ul.subsection_tabs li {
	float:right;
	margin-right:1px;
	text-align:center;
}

#tabulasi ul.subsection_tabs li.Tbtitle {
	float:left;
	color:#0066CC;
}

#tabulasi ul.subsection_tabs li a {
	display:block;
	height:20px;
	padding:0 6px 2px 6px;
	
	background-color:#109DD0;	
	
	border-top:solid 1px #CCC;
	border-left:solid 1px #CCC;
	border-right:solid 1px #CCC;
	color:#FFF;
	width:70px;
	
	font-weight: bold; 
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;

}

#tabulasi ul.subsection_tabs li a:hover {
}

#tabulasi ul.subsection_tabs li a.active {
	background-color:#fff;	
	color: #666;
}
#tabulasi ul.register_tabs li a.active {
	background-color:#6d7a81;
	color:#fff;
}

