.shadetabs{ padding: 3px 0 0 200px; margin-left: 0; margin-top: 1px; margin-bottom: 0; font: bold 12px Verdana; list-style-type: none; text-align: left;  /*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: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(../img/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(../img/shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.contentstyle{ border: solid 1px gray; width: 435px; margin-top: -10px; margin-bottom: 1em; padding: 0; }

.shadetabs_small{ margin-left: 0; margin-top: 1px; margin-bottom: 0; font: 10px Verdana; list-style-type: none; text-align: left;  /*set to left, center, or right to align the menu as desired*/
}

.shadetabs_small li{
display: inline;
margin: 0;
}

.shadetabs_small li a{
text-decoration: none;
padding: 2px 2px;
margin-right: 0px;
border: 1px solid #778;

color:#A3A3A3;
background: white url(../img/shade.gif) top left repeat-x;
}

.shadetabs_small li a:visited{

color:#7C7C7C;
}

.shadetabs_small li a:hover{
text-decoration: none;
color:#5F7789;
}

.shadetabs_small li.selected{
position: relative;
top: 1px;
}

.shadetabs_small li.selected a{ /*selected main tab style */
background-image: url(../img/shadeactive.gif);
border-bottom-color: white;
color:#2d2b2b;
}

.shadetabs_small li.selected a:hover{ /*selected main tab style */
text-decoration: none;
color: #2d2b2b;
}

.contentstyle_small{ border: solid 1px gray; width: 262px; margin-top: -9px; margin-bottom: 1em; padding: 0; }

.innercontent{ border: none; width: 415px; margin-bottom: 1em; margin-left: 10px; padding: 0 0 0 10px; }