.shadetabs{
padding: 3px 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
color: #eae392;
text-align: left; /*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: 3px 7px;
margin-right: 3px;
border: 1px solid #907859;
color: #eae392;
background: #79684e;
}

.shadetabs li a:visited{
}

.shadetabs li a:hover{
text-decoration: underline;
color: #eae392;
}

.shadetabs li.selected{
position: relative;
/*top: 1px;*/
}

.shadetabs li.selected a{ /*selected main tab style */
background:#4c5e96;
border:1px solid #907859;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content container*/
border-top: 1px solid #000000;
width: 730px;
min-height:230px;
margin-bottom: 1em;
padding-top: 10px
}


.tabcontent{
display:none;
}

.tabcontent .box{
float:inherit;	
}


@media print {
.tabcontent {
display:block!important;
}
}