.shadetabs{
	font-family:arial,helvetica,clean,sans-serif;
	font-size:12px;
	font-weight: bold;
	margin:0;
	padding:0;
	text-align: center; 
	font-style:normal;
	/*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li a{
	text-decoration: none;
	padding: 2px 2px;
	margin-left: 2px;
	color: #FFA300;
	text-align: center; /*set to left, center, or right to align the menu as desired*/

}


.shadetabs li a:visited{
color: #FFA300;
text-align: center; /*set to left, center, or right to align the menu as desired*/

}

.shadetabs li a:hover{
	text-decoration: none;
	color: #FFFFFF;
	text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li.selected{
position: relative;
top: 1px;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li.selected a{ /*selected main tab style */
background-color:#f7f7f9;
border-bottom-color: white;
text-align: center; /*set to left, center, or right to align the menu as desired*/
color: #000000;

}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.tabcontentstyle{ /*style of tab content oontainer*/
border: 0px;
width: 294px;
margin-bottom: 1em;
padding: 2px;
background-color:#f7f7f9;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.tabcontent{
display:none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

@media print {
.tabcontent {
display:block!important;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}
}

