.shadetabs{
padding: 0px;
margin: 0px;
font: bold 12px Verdana;
list-style-type: none;
text-align: center; /*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: 0px 7px;
margin-right: 3px;
border: 0px solid #778;
color: #000;
}

.shadetabs li a:visited{
color: #000;
}

.shadetabs li a:hover{
text-decoration: none;
color: #fc6400;
}

.shadetabs li.selected{
position: relative;
}

.shadetabs li.selected a{ /*selected main tab style */
font-weight: bold;
color: #fc6400;
font-weight: bold;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
color: #fc6400;
font-weight: bold;
}

.contentstyle{
border-top: 2px dotted #c7c6c5;
width: 520px;
padding: 10px 0px 0px 10px;
margin: 5px 0px 0px 0px;
overflow: auto; 
height: 130px;
background: url('images/fondino2.gif') top right no-repeat;
}
.contentstyle2{
width: 308px;
padding: 0px 0px 0px 0px;
margin: 5px 0px 0px 0px;
overflow: auto; 
height: 265px;
float: left;
}