.shadetabs1{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 0.8em Verdana, Arial, Helvetica, sans-serif;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs1 li{
display: inline;
margin: 0;
}

.shadetabs1 li a{ text-decoration: none; padding: 3px; border: solid 1px #778; color: #2d2b2b; background: #fffff0 url(shade1.gif) repeat-x left top; margin-right: 1px; }

.shadetabs1 li a:visited{
color: #2d2b2b;
}

.shadetabs1 li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs1 li.selected{ position: relative; top: 1px; }

.shadetabs1 li.selected a{ /*selected main tab style */
background-image: url(shadeactive1.gif);
border-bottom-color: white;
}

.shadetabs1 li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.contentstyle1{ background-color: #fffff0; width: 450px; margin-bottom: 1em; padding: 10px 3px 3px; border-color: gray; border-style: solid dotted; border-width: 1px; }