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

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
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*/
background:url(images/subNavBg.jpg) repeat-x 0 0; height:21px; border:1px solid white;
width:400px; 
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
 color:#6f6d6d;
}

.shadetabs li a:visited{
color: #6f6d6d;
}

.shadetabs li a:hover{
color: #2d2b2b;
text-decoration:underline;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
outline:0;
background:url(images/subNavBgOn.jpg) repeat-x 0 0; height:21px; border:1px solid white;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
background:url(images/subNavBgOn.jpg) repeat-x 0 0; height:21px; border:1px solid white;
outline:0;
color: #2d2b2b;
}
.shadetabs li a.selected span{ /*selected main tab style */
background:url(images/subNavBgArrow.jpg) no-repeat bottom center; padding-bottom:10px; 
outline:0;
}
.shadetabs li a.selected:hover{ /*selected main tab style */
color: #2d2b2b;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}
#flowertabs{ margin-left:12px;}
#tabcontent{width:400px; padding: 0px; margin:0 0 0 12px;}