.shadetabs{
padding:0px;
margin:0px;
font: bold 11px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.margi{
margin-bottom:0px;
padding-bottom:0px;}



.shadetabs li{
display: inline;
margin: 0px;
padding:0px;
}

.shadetabs li a{
font: bold 11px Verdana;
text-decoration: none;
padding: 3px 7px;
margin-right: 0px;
border: 1px solid #666;
color: #011c8e;
background: white url(shade2.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(shadeactive2.gif);
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.shadetabsside{
padding: 0px;
margin:4px 0px 0px 0px;
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: 0px;
padding:0px;
background:#fddb85;
border-top: 1px solid #fff;
border-left: 1px solid #fff;
border-right: 1px solid #fff;
}

.shadetabsside li a{
text-decoration: none;
font: bold 9px Verdana;
padding: 3px 4px 0px 6px;
margin: 0px 0px 0px 0px;
color: #2d2b2b;
}

.shadetabsside li a:visited{
color: #2d2b2b;
}

.shadetabsside li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabsside li.selected{

padding: 3px 4px 0px 6px;
background:#fdf6d0;
}

.shadetabsside li.selected a{ /*selected main tab style */
ackground-image: url(shadeactive.gif);
border-bottom-color: white;
}

.shadetabsside li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}



.contentstyle{
border: 1px solid #666;
width: 90%;
margin-bottom: 2em; padding: 10px;
margin-top:3px;
}




.contentstyleside{
border: 1px solid #fddb85;
width: 90%;
margin: 0px 0px 1em 0px; 
padding: 10px 10px 10px 10px;
background:#fff;
font-size:11px;
}