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

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: normal 12px Arial;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
width:195px;
}

.shadetabs li{
/*display: inline;*/


border: 1px solid #ccc;
padding:5px;
background:  url(shade.gif) top left repeat-x;


}

.shadetabs li a{
text-decoration: none;

color: #666;

}

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

.shadetabs li a:hover{
text-decoration: none;
color: #333;


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

.shadetabs li a.selected{ 

background-image: url(shadeactive.gif);
border-bottom-color: white;

}

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






#countrydivcontainer{
	border:1px solid #eee;
	width:459px;
	height:485px;
	margin-bottom: 1em;
	padding: 10px;
	position:absolute;
	top:1px;
	left:200px;
	overflow:auto;
}

#countrydivcontainer h1{padding-top:0; margin-top:0;}
