.shadetabs{
padding: 0px 0px;
margin-left: 0;
margin-top: 5px;
margin-bottom:20px;
font: bold 12px Palatino;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
text-decoration:none;
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: underline;
padding: 0px 2px;
margin-right: 0px;
border: 0px solid #778;
color: #2d2b2b;
background: #f2fcea url() top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: none;
color: #2d2b2b;
}

.shadetabs li.selected{
text-decoration: none;
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
text-decoration:none;
background-image: url();
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.contentstyle{
border: 0px solid gray;
width: 693px;
margin-bottom: 1em; padding:0px;
}