/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 15px;
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: block;
margin: 0;
color: #fff;
float:left;
width:250;
background:#FFFFFF;
}

.shadetabs li a{
display: block;
text-decoration: none;
position: relative;
z-index: 1;
padding: 8px 25px;
margin-right: 3px;
border-bottom: 1px solid  white;
border-right: 1px solid  brown;
border-left: 1px solid  brown;
border-top: 1px solid  brown;
color: #fff;
float:left;
text-decoration:none;
width:250;
background: url(../images/brown_menu_base.jpg);
}

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

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

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
color:#993300;
top: 1px;
}

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

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

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}