.shadetabs{	position:relative;	padding: 4px 0;	margin-left: 0;	margin-top: 10px;	margin-bottom: 10px;	font:12px;	list-style-type: none;	text-align: left; /*set to left, center, or right to align the menu as desired*/	border-bottom: 1px solid #989898;}.shadetabs li{	display: inline;	margin: 0;}.shadetabs li a{	text-decoration: none;	padding: 6px 7px;	margin-right: 3px;	color:#dddddd;}

.shadetabs li a:link {	color: #898989;}.shadetabs li a:hover{	background:url(../images/tab_bg.gif);	color:#333333;}.shadetabs li.selected{	position: relative;	top: 1px;
	}.shadetabs li.selected a{ /*selected main tab style */	border-bottom:0px;
	background:url(../images/tab_bg.gif);
	color:#333;}.shadetabs li.selected a:hover{ /*selected main tab style */	text-decoration: none;
	color:#000000;}.tabcontentstyle{ /*style of tab content oontainer*/	margin-bottom: 1em;	padding: 10px 0;}.tabcontentstyle p { /*style of tab content oontainer*/text-align:justify;}.tabcontent{display:none;}@media print {.tabcontent {display:block!important;}}