.shadetabs{
padding: 3px 0px 10px 0px;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0;
font: normal 14px Gill Sans, Helvetica, san-serif;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
background-color: #FFFFFF;
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 20px 3px 20px;
margin-right: 0px;
border-top: 0px solid #666666;
border-left: 0px solid #666666;
border-right: 0px solid #666666;
border-bottom: 0px solid #666666;
color: #ffffff;
background: #78435c url(shadeactive.gif) top left repeat-x;

}

.shadetabs li a:visited {
color: #ffffff;
background: #78435c url(shadeactive.gif) top left repeat-x;
}

.shadetabs li a:hover {
text-decoration: none;
color: #ffffff;
background: #78435c url(shadeactive.gif) top left repeat-x;
}

.shadetabs li.selected{
background-image: url(shade.gif);
background-color: #ffffff;
padding-top:0px;
position: relative;
font: bold 14px Gill Sans, Helvetica, san-serif;
color: #78435c;
top: 0px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(shade.gif);
background-color: #ffffff;
border-bottom-color: white;
border-top: 3px solid #00f8fe;
color: #78435c;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
background-image: url(shade.gif);
border-bottom-color: white;
background-color: #ffffff;
border-top: 3px solid #00f8fe;
color: #78435c;
}

.contentstyle{
border-top: 0px solid #666666;
width: 1000px;
background-color: #FFFFFF;
}

.shadow{
width: 1000px; /* container width*/
background-color: #7b445d;
}

.shadow .innerdiv{
/* Add container height here if desired */
background-color: white;
border: 1px solid gray;
padding: 6px;
position: relative;
left: -5px; /*shadow depth*/
top: -5px; /*shadow depth*/
}
