.shadetabs{
	font-family:arial,helvetica,clean,sans-serif;
	font-size:11px;
	margin:0;
	padding:0;
	text-align: left; 
	font-style:normal;
	text-align: right; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li a{
text-decoration: none;
padding: 2px 2px;
margin-right: 2px;
color: #dcbc22;
background-color:#000000;
text-align: left; /*set to left, center, or right to align the menu as desired*/

}

.shadetabs li a:visited{
color: #dcbc22;
text-align: left; /*set to left, center, or right to align the menu as desired*/

}

.shadetabs li a:hover{
text-decoration: underline;
color: #9c8722;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li.selected{
position: relative;
top: 1px;
text-align: left; /*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: left; /*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: left; /*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*/
}
}