/* Subsection Tabs
--------------------*/
.categoryname{ float:left; width:160px; background:#FFFFFF; padding:2px 0px;}
.downloadcontent{ background:#ffffff; float:left; width:540px; padding:0px 20px 20px 20px; background:url(../images/tabbottombg.jpg) bottom right no-repeat;}
.downloadcontent a{ color:#339900;}
.downloadcontent img{ padding:2px; border:#006699 solid 1px;}
.tabtop{ float:left; width:580px;}
ul.subsection_tabs {
	list-style:none;
	margin:0;
	padding:0;
	height:20px;
	min-height:200px;
}

ul.subsection_tabs li {
	float:left;
	margin-right:7px;
	clear:both;
	width:160px;
}

ul.subsection_tabs li a {
	display:block;
	height:25px;
	line-height:20px;
	font-weight:bold;
	background-color:#fff;
	color:#0E3765;
	text-decoration:none;
	padding:4px 0px 0px 10px;
	margin:6px 0px 0px 0px;
	background-image:url(../images/tabbg2.jpg);
}

ul.subsection_tabs li a:hover {
	color:#FF6600;
}

ul.subsection_tabs li a.active {
background-image:url(../images/tabbg.jpg);
}
