/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding:0px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
/*list-style-type: none;*/
text-align: left; /*set to left, center, or right to align the menu as desired*/

}

.shadetabs li{
display: inline-block;
width:170px;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
display:block;
position: relative;
clear:both;
z-index: 1;
font-size:9px;
padding: 3px 7px;
border: 1px solid #E8D8B7;
color: #996600;
background: white;
}

* html .shadetabs  li a{ /*IE6 CSS hack*/
display: block;
}
.shadetabs li a:visited{
color: #996600;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #996600;
}


.shadetabs li a.selected{ /*selected main tab style */
background-image: url(shadeactive.gif);
border-right-color: #E8D8B7;
left:1px;
background-color:#F5EEE0;

}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

