#main ul.subsection_tabs {
	margin: 3px 6px 3px 6px;
	padding: 0px 0;
	border-bottom: 1px solid #778;
	height: 20px;
	min-width: 730px;
	font-weight: bold;
}

#main ul.subsection_tabs li.tab {
	float:left;	
	text-align:center;
	list-style: none;
	margin: 0 2px;
}

#main ul.subsection_tabs li.tab a {
	display: block;
	height: 20px;
	padding: 0 3px 0 3px;
	background-color: #fff;
	color: #777;
	width: 100px;
	text-decoration: none;
}

#main ul.subsection_tabs li.tab a:hover {
	color:#000;
}

#main ul.subsection_tabs li.tab a.active {
	color: #000;
	border-style: solid solid none;
	border-width: 1px 1px medium;
	-moz-border-radius-topleft: 7px;
	-webkit-border-top-left-radius: 7px;
	-moz-border-radius-topright: 7px;
	-webkit-border-top-right-radius: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	background: #eee none repeat scroll 0 0;
}