.shadetabs{

padding: 3px 0;

margin-left: 0;

margin-top: 0px;

margin-bottom: 0;

font: bold 12px Tahoma;

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: 2px 2px;

margin-right: 2px;

border: 0px solid #E9E9E9;

color: #91551D;
font-size: 14px;
font-family: 'monotype corsiva', serif;
background: transparent url(img/t_r.gif);

}



.shadetabs li a:visited{

color: #91551D;

}


.shadetabs li a:hover{

text-decoration: underline;

color: #FFA34F;

}


.shadetabs li.selected{

position: relative;

top: 1px;

}



.shadetabs li.selected a{ /*selected main tab style */

background-image: url(img/t_l.gif);
font-family: 'monotype corsiva', serif;
border-bottom-color: white;
font-size: 14px;
}



.shadetabs li.selected a:hover{ /*selected main tab style */

text-decoration: none;

}



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

.shadetabs1 li{
display: inline;
margin: 1;
}

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

.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(img/shadeactive.gif);
border-bottom-color: white;
}

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

.tabcontentstyle{ /*style of tab content oontainer*/

border: 0px solid #E9E9E9;

width: 99%px;

margin-bottom: 1em;

padding: 0px;
}



.tabcontent{

display:none;

}



@media print {

.tabcontent {

display:block!important;

}

}