.shadetabs{
	padding: 3px 0;
	margin:15px 0px 0px 0px;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
	display: inline;
	margin:0px 5px;
}

.shadetabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 3px 5px;
	margin-right: 0px;
	border: 1px solid #9da4a6;
	border-bottom:1px solid #fff;
	color: #00378d;
	background:#e5e7e8;
	font:bold 12px Arial, Geneva,  Helvetica, sans-serif;
	
}

.shadetabs li a:visited{
	color: #00378d;
}

.shadetabs li a:hover{
	text-decoration: none;
	background:#fff;
}


.shadetabs li a.selected{ /*selected main tab style */
	position: relative;
	top: 2px;
	color:#da4f03;
	background:#fff;
	border-bottom:2px solid #fff;
	height:16px;
}


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

#countrydivcontainer
{
	background:url(../images/tab-bg.gif) top left no-repeat;
	height:400px;
	width:610px;
	
}

.tab-content
{
	padding:8px 25px 0px 16px; 
	text-align:justify;
	line-height:17px;
}




