.shadetabs
{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left;
position:static;
/*set to left, center, or right to align the menu as desired*/
}

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

.shadetabs li a {
	text-decoration: none;
	margin-right: 3px;
	color: #2d2b2b;
	background: white top left repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #778;
	border-right-color: #778;
	border-bottom-color: #FFFFFF;
	border-left-color: #778;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 1px;
	padding-left: 7px;
	position:static;
}

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

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

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

.shadetabs li.selected a { /*selected main tab style */ 	border-bottom-color: white; position:static; }

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

.tabcontentstyle { /*style of tab content oontainer*/ border: 1px solid gray; width: 650px; margin-bottom: 1em; padding: 10px; position:static;}

.tabcontent { 
	display:none;}

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

.image {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
}