.shadetabs
{
	padding: 0px 0;
	margin-left: 16px;
	margin-top: 3px;
	margin-bottom: 0;
	font: 9pt Verdana;	
	color: Red;	
	list-style-type: none;
	/*set to left, center, or right to align the menu as desired*/
	text-align: left;
}

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

.shadetabs li a
{
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	border: 2px solid Gray;
	color: Red;
	background: white url(shade.gif) top left repeat-x;
}

.shadetabs li a:visited
{
	color: Red;
}

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

.shadetabs li.selected
{
	position: relative;
	top: 1px;
}

.shadetabs li.selected a
{
	/*selected main tab style */
	background-image: url(shadeactive.gif);
	border-bottom-color: white;
}

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

.tabcontentstyle
{
	/*style of tab content oontainer*/
	border: 0px solid gray;
	/*width: 330px;*/
	margin-bottom: 1em;
	padding: 3px;
}

.tabcontent
{
	display:none;
}

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