.shadetabs{
padding: 0px;
margin: 0px;
font: bold 11px Arial;
list-style-type: none;
border: 1px solid #536B57; 
}

.shadetabs li {
        display: inline;
}

.shadetabs li a{
float: left; 
color: #CADBCC; 
text-decoration: none;
margin-right: 5px;
width: 72px; 
height: 16px;
background: white url(../images/ajaxtab_off.jpg) bottom left no-repeat;
text-align: center;


}

.shadetabs li.selected a{ /*selected main tab style */
        background: white url(../images/ajaxtab_on.jpg) bottom left no-repeat;
}

.contentstyle{
        border-top: 1px solid #435B47;
        clear: both; 
        width: 322px;
        
}

.contentstyle2{
        border-top: 1px solid #435B47;
        clear: both;
        width: 400px;

}
