/* ######### CSS for Shade Tabs. Remove if not using ######### */

.tab_section {
	float: left;
	width: 594px;
	font-size: 11px;
	font-family: Tahoma, Arial;
	}
.tab_section a{
	font-size: 11px;
	font-family: Tahoma, Arial;
	color: #333333;
	}
.tabcontent_section {
	clear: both;
	float:left;
	width:594px;
	background: url(images/tabsection_bg.jpg) repeat-y;
}
.shadetabs{
padding: 0;
margin-left: 6px;
}

.shadetabs ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.shadetabs li{
	display: inline;
}

.shadetabs li a{
	float: left;
	font-family:Tahoma, "Arial Black";
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #fff;
	width: 136px;
	height: 29px;
	padding-top: 10px;
	background: url(images/shadetab.gif) no-repeat;
}

.shadetabs li .selected{
	color: #666666;
	background: url(images/shadeactive.gif) no-repeat;
}


.tabcontent{
display:none;
}


