/* ######### CSS for Shade Tabs. Remove if not using ######### */
.shadetabs
	{
		padding:0px;
		/*background-color:#FF0000;*/
	}
.shadetabs li{
display: inline;
}

.shadetabs li a{
	font-weight:normal;
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 6px 10px 0px 10px;
	border:none;
	color: #666666;
	/*background: white url(../images/shade.gif) top left repeat-x;*/
	
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
	text-decoration: underline;
	color: #000000;
}
.shadetabs li a:active 
	{
		border:none;
	}

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

.shadetabs li a.selected{ /*selected main tab style */
	/*background-image: url(../images/shadeactive.gif);*/
}

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

#countrydivcontainer
	{
	/*background-color:#F7F7F7;*/
	}
#countrydivcontainer a
	{
	color:#CC9900;
	text-decoration:underline;
	}
#countrydivcontainer
	{
		margin:0;
	}

/*  For RSS =============================== */
.rss
	{
	margin-left:10px;
	margin-top:20px;
	border:1px solid;
	border-color:#DCDCDC;
	padding-top:10px;
	padding-left:10px;		
	}
.shadetabsrss
	{
		padding:0px;
		/*background-color:#FF0000;*/
	}
.shadetabsrss li{
display: inline;
}

.shadetabsrss li a{

	font-weight:normal;
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 6px 10px 0px 10px;
	border:none;
	color: #666666;
	background: white url(../images/shaderss.gif) top left repeat-x;
	
}

.shadetabsrss li a:visited{
color: #2d2b2b;
}

.shadetabsrss li a:hover{
	text-decoration: underline;
	color: #000000;
}
.shadetabsrss li a:active 
	{
		border:none;
	}

	
.shadetabsrss li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabsrss li a.selected{ /*selected main tab style */
	/*background-image: url(../images/shadeactiverss.gif);*/
	
}

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

#countrydivcontainerrss
	{
	
	
	}
#countrydivcontainerrss a
	{
	padding-left:15px;
	color:#006666;
	text-decoration:underline;
	}
#countrydivcontainerrss
	{
		margin:0;
	}

