.sobradt{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Arial;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

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

.sobradt li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #697A78;
color: #91AFA8;
background: #58726A top left repeat-x;
}

.sobradt li a:visited{
color: #91AFA8;
}

.sobradt li a:hover{
color: #84BA30;
}

.sobradt li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.sobradt li a.selected{ /*selected main tab style */
border-bottom-color: #58726A;
color: #84BA30;
}

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

.tabcontent{
background: #58726A
}

@media print {
.tabcontent {
display:block !important;
}
}