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


.shadetabs{
	
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	
	
}

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

.shadetabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	color: #FFF;

}

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

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

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

.shadetabs li a.selected{ /*selected main tab style */
	background-image: url(tabwhite.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

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

.tabcontent{
	display:none;
}

@media print {
.tabcontent {
	display:block !important;
}
}

/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */
