/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
float:right;
font: normal 12px helvetica, arial;
text-transform:uppercase;
margin-bottom:30px;
margin-right:25px;
}

.shadetabs {
display: inline;
margin: 0;
}

.shadetabs  a{
text-decoration: none;
position: relative;
z-index: 1;
color:black;
}

.shadetabs  a:visited{
color: black;
}

.shadetabs  a:hover{
text-decoration: none;
color: #666666;
}

.shadetabs  a.selected{ /*selected main tab style */
position: relative;
}

.shadetabs  a.selected{ /*selected main tab style */
color:#666666;
}

.shadetabs  a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
margin-right:25px;
}

@media print {
.tabcontent {
display:block !important;
}


#countrytabs
{
margin-right:30px;
}