/* ######### CSS for Shade Tabs. Remove if not using ######### */

		.shadetabs{
		display:block;
		padding: 14px 3px 0px 1px;
		margin-left: 0;
		margin-top: 3px;
		margin-bottom: 0;
		font:bold 13px trebuchet ms, Arial, Helvetica;
		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;
		color: #ffffff;
		background:url(../images/sLink2_bg.png) bottom right no-repeat;
		padding:15px 318px 16px 20px;
		_padding:15px 318px 16px 20px;
		margin:-1px;
		_margin:0px;
		height:50px;
		background-color:#93AAB8;
}

		.shadetabs li a:visited{
		color: #ffffff;
}

		.shadetabs li a:hover{
		color: #ffffff;
}

		.shadetabs li a.selected{ /*selected main tab style */
		position: relative;
		background-color:#BD8787;
}

		.shadetabs li a.selected{ /*selected main tab style */
		background: url(../images/sLink2_bg_over.png) bottom right no-repeat;
		background-color:#BD8787;
}

		.shadetabs li a.selected:hover{ /*selected main tab style */
		text-decoration: none;
}
		
		#countrytabs {
		display:block;
		width:770px;
}

		.tabcontent{
		display:none;
		margin:20px 0px 0px 0px;
		width:765px;
}

@media print {
		.tabcontent {
		display:block !important;
}
}