
/* Subsection Tabs
--------------------*/
ul.subsection_tabs {
	list-style:none;
	margin: 0;
	padding: 0;
	border: 0;
	height:186px;
	clear:both;
	width: 205px;
}
ul.subsection_tabs li.tab, ul.subsection_tabs li.tab_end {
	float:left;
	margin: 0;
	text-align: left;
	padding: 0;
}
ul.subsection_tabs li.tab a, ul.subsection_tabs li.tab_end a {
	display:block;
	text-decoration: none;
	font-family: georgia, 'times new roman', 'serif';
	font-size: 12px;
	font-weight: bold;
	color: #565656;
	text-align: left;
	width: 183px;
	/*.width: 205px;  IE problem */
	padding: 10px 10px 0 12px;
	/*.padding: 10px 10px 12px 12px;  IE problem */
	text-shadow: 1px 1px 1px #c1c1c1;
	filter: Shadow(Color=#c1c1c1, Direction=135, Strength=1);
}
ul.subsection_tabs li.tab a {
	height: 27px;
	background: url(../_img/_templates/bx5_btn_off.gif) no-repeat top left;
}
ul.subsection_tabs li.tab_end a {
	height: 28px;
	background: url(../_img/_templates/bx5_btn_off_end.gif) no-repeat top left;
	.padding: 11px 10px 12px 12px; /* IE problem */
}

ul.subsection_tabs li.tab a:hover, ul.subsection_tabs li.tab_end a:hover{

}
ul.subsection_tabs li.tab a.active {
	color: #ffffff;
	background: url(../_img/_templates/bx5_btn_on.gif) no-repeat top left;
	text-shadow: 1px 1px 1px black;
	filter: Shadow(Color=#333333, Direction=135, Strength=1);
	margin: 0;
}

ul.subsection_tabs li.tab_end a.active {
	color: #ffffff;
	background: url(../_img/_templates/bx5_btn_on_end.gif) no-repeat top left;
	text-shadow: 1px 1px 1px black;
	filter: Shadow(Color=#333333, Direction=135, Strength=1);
	margin: 0;
	.padding: 11px 10px 12px 12px; /* IE problem */
}
