/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
	padding			: 0px 0px	;
padding-bottom : 3px;
	margin-left		: 30px		;
	margin-top		: 1px	;
	margin-bottom	: 0		;
	font			: bold 12px Verdana,helvetica,sans-serif;
	list-style-type	: none	;
	text-align		: left	; /*set to left, center, or right to align the menu as desired*/

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


.shadetabs li a{

	text-decoration	: none				;
	position		: relative			;
	padding			: 3px 7px 			;
padding-left:10px;
padding-right:10px;

	margin-right	: 0px				;
	border			: none	;
	border-right	: 1px solid #778	;
	color			: #2d2b2b			;

	background			:	url(img2/tab_gray.gif)	; 
}


.shadetabs li a:visited{
	color			: #2d2b2b			;
}

.shadetabs li a:hover{
	text-decoration	: underline			;
	color			: #2d2b2b			;
}

.shadetabs li a.selected{ 
/*	position		: relative			;
	top				: 0px				;*/
}

.shadetabs li a.selected{ 
border:none;
	border-bottom	:	white 1px solid	;
	border-right	: 1px solid #778	;

	background			:	url(img2/tab_white.gif)	; 
background-position: left top;
background-repeat: none;


}

.shadetabs li a.selected:hover{ 
	text-decoration		: none		;
}

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

