/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
	padding: -1px 0;
	margin-left: 0;
	margin-top: 0px;
	margin-bottom: 0;
	list-style-type: none;
	text-align: center;
	height: 0px;
}

.shadetabs li{
	display: inline;
	margin: 0;
	height: 10px;
	
}

.shadetabs li a{
	text-decoration: center;
	position: relative;
	z-index: 0;
	padding: 0px 0px;
	margin-right: 20px;
	height: 5px;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(bb2.jpg);
border-bottom-color: white;
	height: 5px;

}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: center;
}

.tabcontent{
display:none;
}










