/* ######### CSS for Shade Tabs. Remove if not using ######### */

#countrytabs{
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
}

.shadetabs{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
}


.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	margin-right: 3px;
	border: 1px solid #778;
	color: #2d2b2b;
	background: white url(shade.gif) top left repeat-x;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 0px;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}
.bullet {
	list-style-image: url(images/bullet.gif);
	text-align: left;
}
#country {
	border: none;
	background-repeat: no-repeat;
	width: 100%;
	margin-bottom: 0em;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
	
	#country1 {
	border: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	
	}
	#country2 {
	border: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	
	}
	#country3 {
	border: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
		
	}
	#country4 {
		border:none;
		
		padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
		
	}
	#country5{
		border:none;
		
		padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
		
	}
#country6{
		border:none;
		
		padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
		
	}
	#country7{
		border:none;
		
		padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
		
	}
	#country ul{
padding:5px 0 5px 5px;
}
#country ul li{
	background-image:url(icon_021.gif);
	background-position:left top;
	background-repeat:no-repeat;
	line-height:normal;
	padding:0 0 0 15px;
	margin:0 0 2px 0;
	list-style-type:none;
}
#country ul a{
color:#FFFFFF;
text-decoration:none
}
#country ul a:visited{text-decoration:none}
#country ul a:hover{text-decoration:underline}

.readmore{
	text-align:right; float:right; font-style:italic; padding:5px 5px; color:#C60}
	p
	{padding:2px 0}	


@media print {
.tabcontent {
display:block !important;
}
}
