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



ul#countrytabs{margin:0 0 -5px 0;}

.shadetabs{

width:850px;
padding: 0px;
margin: 0 auto;
font: bold 12px Verdana;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
/*display: inline;*/
position:relative;
float:left;
width:170px;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 0px;
margin: 0px;
border: 0px solid #778;
color: #2d2b2b;
outline:none;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

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

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

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

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

.tabcontent{
display:none;
color:#4f4d4a; font-family: Arial, Arial, Helvetica; font-size:12px; line-height:17px;
}

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