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


div#Slide {
background-color:#CECAB8;
margin:31px 0 0 0;
	}
div#Slide img {
	border:0px;
	width:100px;
	height:100px;
	margin:0px;
	}
div#Gallery ul {
	margin:5px 0 0 25px;
	}
div#countrydivcontainer {
	margin:0 0 0 5px;
	}
.shadetabs{
margin:10px 0 0 0;
font: bold 10px Verdana, Arial, Helvetica, sans-serif;
list-style-type: none;
text-transform:uppercase;

}

.shadetabs li{
margin: 0;
float:left;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px;
margin-right:2px;
color: #FFF;

}

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

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

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
color: #8E0000;
}

.shadetabs li a.selected{ /*selected main tab style */

font-weight:bold;
text-transform:uppercase;
color: #8E0000;
}

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

