.shadetabs{
padding: 3px 0;
margin-top: 1em;
margin-left: 0;
margin-bottom: 0;
margin-right: 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: 0px 0px 0px 3px;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
border: 1px solid #E78323;
color: #2d2b2b;
background: white url(shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: none;
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.contentstyle{
border-color: #E78323;
border-style: solid;
border-top-width: 1px; 
border-right-width: 0px; 
border-bottom-width: 0px; 
border-left-width: 0px; 

height: 100%;
margin-bottom: 1em; padding: 10px;
margin-bottom: 1em; padding: 10px;
}