.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: 11px verdana;
list-style-type: none;
text-align: left; 
}
.shadetabs li{
display: inline;
margin: 1px;
}
.shadetabs li a{
text-decoration: none;
padding: 3px 10px;
margin-right: 1px;
border: 1px solid #cccccc;
color: #000000;
background-image: url('shade.gif');
margin-left: 0px;
}

.shadetabs li a:visited{
color: #000000;
}

.shadetabs li a:hover{
text-decoration: underline;
color:#000000;
}

.shadetabs li.selected{
position: relative;
margin-top: 1px;
color: #000000;
}

.shadetabs li.selected a{ /*selected main tab style */
background: #ffffff; 
border-bottom-color: #ffffff;
text-decoration: underline;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: underline;

}

.contentstyle{
border-right: 1px solid #cccccc;
border-left: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
width: 780px;
height: 250px;
padding: 10px 10px 10px 10px;
background-image: url('backgroundshade.jpg');
background-repeat: repeat-x;
background-position: 0px 0px;
overflow:none;
}