﻿/* ######### CSS for Shade Tabs. Remove if not using ######### */
#ddrivetabs li {
	padding: 3px 0;
}
.shadetabs{
padding: 5px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: normal 12px Verdana;
list-style-type: none;
text-align: left; /* set to left, center, or right to align the menu as desired*/
}

#pcMain .shadetabs li {
display: inline;
margin: 0 2px 0 0;
}

#pcMain .shadetabs li a {
/*text-decoration: none;

z-index: 1;
padding: 5px 7px;
margin-right: 3px;
border: 1px solid #ccc;
color: #003300;
background: #FEFAEA url(images/h1.gif) top left repeat-x;
font-weight: bold;*/
position: relative;
padding:6px 10px 4px;
font-family: JosefinSlabBold, Georgia;
font-size: 15px;
text-decoration: none;
float: left;
color: #8e6239;
font-weight: bold;
}

#pcMain .shadetabs li a:visited{
/*color: #666;*/
}

#pcMain .shadetabs li a:hover {
text-decoration: underline;
color: #8B210D;
}

#pcMain .shadetabs li a.selected { /*selected main tab style */
/*position: relative;
top: 0px;*/
background: #4c6524;
color: #fff;
display: block;


}

#pcMain .shadetabs li a.selected{ /*selected main tab style */
/*background:#B00000 url(shadeactive.gif);
border-bottom-color: #B00000;*/

}

#pcMain .shadetabs li a.selected:hover { /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

#pcMain .shadetabs li a span.topleft,
#pcMain .shadetabs li a span.topright,
#pcMain .shadetabs li a span.bottomleft,
#pcMain .shadetabs li a span.bottomright {
	display: none;
}
#pcMain .shadetabs li a.selected span.topleft,
#pcMain .shadetabs li a.selected  span.topright,
#pcMain .shadetabs li a.selected  span.bottomleft,
#pcMain .shadetabs li a.selected  span.bottomright {
	display: block;
}



@media print {
.tabcontent {
display:block !important;
}
}
