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

.shadetabs{
padding: 5px 0px;
margin-left: 1px;
margin-top: 2px;
margin-bottom: 5px;
font: bold 10px Verdana;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 1px;
}

.shadetabs li a{
color: #FFFFFF;
text-decoration: none;
position: relative;
z-index: 1;
padding: 6px;
margin-right: 1px;
background: url(images/images_home/button_video.gif) top center ;
}

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

.shadetabs li a:hover{
background-image: url(images/images_home/button_video-over.gif);
text-decoration: none;
color: #FFFFFF;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
color: #003300;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(images/images_home/button_video-down.gif);
}

.shadetabs li a.selected:hover{ /*selected main tab style */
background-image: url(images/images_home/button_video-over.gif);
text-decoration: none;
color: #FFFFFF;
}

.tabcontent{
display:none;
}

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