.shadetabs{
padding: 0;
margin: 2px 0 0 0;
list-style-type: none;
text-align: right; /*set to left, center, or right to align the menu as desired*/
}

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

.shadetabs li a{
text-decoration: none;
padding: 1px;
margin:0 2px 0 1px;
}

.shadetabs li a:visited{
}

.shadetabs li a:hover{
text-decoration: underline;
}

.shadetabs li.selected{
}

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

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

.tabcontentstyle{
	margin-bottom: 0em;
	padding-top: 1px;
}
.tabcontent{
display:none;
height:0px;
}