/* CSS for tabs */


	ul.subsection_tabs {
	list-style:none;
	margin:0;
	padding:0;
	clear:both;
	border-bottom:0px solid #ccc;
	height:35px;
	clear:both;
	}

	ul.subsection_tabs li {
	float:left;
	margin-right:0px;
	text-align:center;
	font-size:11px;
	}

	ul.subsection_tabs li a {
	display:block;
	height:35px;
	padding:14px 0px 0px 0px;
	background:url(image/bg_tab_other.gif) no-repeat;
	color:#fff;
	width:109px;
	text-decoration:none;
	}

	ul.subsection_tabs li a:hover {
	color:#fff;
	background:url(image/bg_tab_hover.gif) no-repeat;
	}

	ul.subsection_tabs li a.active {
	background:url(image/bg_tab_active.gif) no-repeat;
	}
	
	.tabdiv {
	background:#333333;
	width:639px;
	min-height:300px;
	padding-left:18px;
	padding-top:25px;
	padding-right:15px;
	padding-bottom:25px;
	line-height:20px;
	border-left:3px solid #1a1a1a;
	}



/*ORIGINAL




	ul.subsection_tabs {
	list-style:none;
	margin:0;
	padding:0;
	clear:both;
	border-bottom:1px solid #ccc;
	height:20px;
	clear:both;
	}

	ul.subsection_tabs li {
	float:left;
	margin-right:7px;
	text-align:center;
	}

	ul.subsection_tabs li a {
	display:block;
	height:20px;
	padding:0 6px 0 6px;
	background-color:#fff;
	color:#666;
	width:80px;
	text-decoration:none;
	}

	ul.subsection_tabs li a:hover {
	color:#666;
	background-color:#ddd;
	}

	ul.subsection_tabs li a.active {
	background-color:#ddd;
	}

*/