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

.shadetabs{
padding: 0;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0;
font: bold 11px Century Gothic, Helvetica, Arial, Sans-Serif;
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{
text-decoration: none;
position: relative;
z-index: 1;
padding: 10px 15px;
margin: 0px;
border: 1px solid #544639;
color: #544639;
background-color: #fff;
}

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

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

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 0px;
background-color:#544639;
color:#fff;
}

.shadetabs li a.selected{ /*selected main tab style */
background-color:#544639;
border-bottom-color: white;
}

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

.tabcontent{
display:none;
}

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

#countrytabs {
margin-bottom:10px;
}

#countrytabs li {
margin-right:-5px;	
list-style-type:disc;
}

#tabBox {
border:1px solid #544639; width:500px; margin-bottom: 1em; padding: 10px	
}

.tabcontent ul {
list-style-type:disc;
padding-left:20px;
}

.tabcontent li {
list-style:disc;

}
