/*######### CSS for Shade Tabs. Remove if not using #########*/
.shadetabs
{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font: bold 11px Arial;
	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: 9px 18px 8px;
	margin-right: 3px;
	border: 1px solid #2428E3;
	color: #2D2B2B;
	background: #FFFFFF url(shade.gif) repeat-x top left;
}
.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: #FFFFFF;
	padding: 9px 18px 7px;
}
.shadetabs LI A.selected:hover
{
/*selected main tab style*/
	text-decoration: none;
}
#countrydivcontainer
{
	/*[disabled]background-color:#FFFFFF;*/
	height: 275px;
}

