

/* Subsection Tabs
--------------------*/

 #tabs ul.subsection_tabs {
	list-style:none;
	margin:10px 0 10px 0;
	padding:0;
	height:29px;
	border-bottom: 3px #db7700 solid;
}

 #tabs ul.subsection_tabs li.tab {
	float:left;
	margin-right:0px;
	text-align:center;
}

 #tabs ul.subsection_tabs li.tab a {
	display:block;
	background: url(../images/tabs_bgd.gif) 0 -29px no-repeat;
	font-family: Arial, Helvetica, serif;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	width: 169px;
	height:25px;
	padding:4px 2px 0 5px;
	margin: 0 0 0 0;
	color: #666;
}

 #tabs ul.subsection_tabs li.tab a:hover {
	color:#fff;
	background-position: 0 0;
}

 #tabs ul.subsection_tabs li.tab a.active {
	color:#fff;
	background-position: 0 0;
}


 