﻿/* ######### CSS for Shade Tabs. Remove if not using ######### */
#countrydivcontainer {
	width: 650px;
	text-align: justify;
	margin-bottom: 1em;
	padding: 10px;
	margin-top: 10px;
	font-size: 12px;
	color: black;
	line-height: 18px;
}
#countrydivcontainer h1 {
	margin-top: 10px;
	direction: rtl;
	font: 600 14px Tahoma;
	color: #00467F;
	text-decoration: none;
}
#countrydivcontainer h3 {
	font-size: 110%;
	color: #00467F;
}
.shadetabs {
	direction: rtl;
	padding: 5px 0;
	margin: 7px 1px;
	font: bold 12px Tahoma;
	list-style-type: none;
	text-align: ; /*set to left, center, or right to align the menu as desired*/
}
.shadetabs li {
	direction: rtl;
	display: inline;
	margin: 0px;
}
.shadetabs li a {
	direction: rtl;
	text-decoration: none;
	padding: 3px 5px 3px 5px;
	font-weight: normal;
	border: 1px solid #009999;
	color: #2d2b2b;
	background: white url(shade.gif) top left repeat-x;
}
.shadetabs li a:visited {
	color: #2d2b2b;
}
.shadetabs li a:hover {
	text-decoration: underline;
	color: #2d2b2b;
}
.shadetabs li a.selected {
	/*selected main tab style */
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;
}
