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

#countrytabs li a { color: #fff; }

.shadetabs {
margin: 10px 0 5px 0;
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;
}

.shadetabs li a{
color:#FFFFFF;
text-decoration: none;
position: relative;
z-index: 1;
padding: 7px 7px; /*changed on 27/3/2011 from -- padding 10px 10px;*/
margin-right: 3px;
border-right: 1px solid #707070; border-bottom: 1px solid #707070;
font-family: Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:bold;
background-color: #363636;
-moz-border-radius: 3px; border-radius: 3px;
}

.shadetabs li a:hover{
background-color:#d56a18;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
background-color:#d56a18;
color: #FFF;
}

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

.tabcontent{
display:none;
}

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