.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 5px;
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: 8px 7px 3px 7px;
margin-right: 3px;
color: #ffffff;
background: white url(shade1.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #ffffff;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #ffffff;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(shadeactive1.gif);
}

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

.shadetabsside{
padding: 0px 5px 0px 5px;
margin-left: 0;
margin-top: 3px;
margin-bottom: 0;
font: bold 9px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/

}

.shadetabsside li{
display: inline;
margin: 0;
background:#fddb85;
}

.shadetabsside li a{
text-decoration: none;
padding: 0px 6px 5px 6px;
margin-right: 0px;
color: #2d2b2b;
}

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

.shadetabsside li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabsside li.selected{
position: relative;
top: 0px;
background:#fdf6d0;
}

.shadetabsside li.selected a{ /*selected main tab style */
ackground-image: url(shadeactive.gif);
}

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

.contentstyle{
border: 1px solid #ff9000;
width: 95%;
margin-top: 4px;
margin-bottom: 10px; 
padding: 0px 10px 0px 10px;
}

.contentstyleside{
width: 95%;
border: 1px solid #fddb85;
margin-bottom: 10px;
padding: 0px 10px 0px 10px;
background:#fff;
font-size:11px;
}