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

.shadetabs{
padding: 4px 0 2px;
padding: 4px 0;
margin-left: -1px;
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*/
}

.shadetabs li{
display: inline;

margin: 0;
padding:0;




 padding-bottom: 0px;
 margin-left: 0px;
 margin-right: 0px;
 width: 10px;



}


.shadetabs li strong strong{
 background: url(/images/vkl_na_1.jpg) no-repeat top left;
 margin-right: 2px;

 padding-top: 6px;
 padding-bottom: 4px; 
// padding: 0px;
}






.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 5px 10px 4px;
//padding: 7px 10px 4px;
margin-right: 0px;

 color: white;
 
background: url(/images/vkl_na_2.gif) no-repeat right;

}

.shadetabs li a:visited{

}

.shadetabs li a:hover{
text-decoration: underline;

}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
color: #2d2b2b;
 background-color: white;
}

.shadetabs li a.selected{ /*selected main tab style */
/*background-image: url(/images/shadeactive.gif);*/
border-bottom-color: white;
background-color: white;
border-left: 1px solid #778;
border-right: 1px solid #778;
border-top: 1px solid #778;
margin-left: 1px;
background-image: none;
}

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

.tabcontent{
display:none;
}

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