﻿/* Tabbing part*/
.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: normal 12px verdana;
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: 8px 7px;
margin-right: 1px;
border: 1px solid #750000;
color: #000000;
font-weight:normal;
background: white url(../img/shade7.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #000000;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #405629;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(../img/shadeactive7.gif);
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}
#countrydivcontainer
{
	width:98%;
	margin-bottom: 1em;
	padding: 10px;
	border-top:1px solid #F8C785;
	background-color:#F7F7F7;
	margin-top:5px;
	border:solid 1px #68AEF4;	
	height:180px;
	overflow:hidden;
		
}
#countrydivcontainer2
{
	
	margin-bottom: 1em;
	padding: 5px;
	border-top:1px solid #68AEF4;
	margin-top:5px;
	border:solid 1px #EEF0EF;	
	background-color:#ffffff;
	overflow:hidden;
	height:150px;
	font-weight:normal;	
}