.shadetabs{
	padding: 3px 0;
	margin:10px 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;
}

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

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

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


.shadetabs li a.selected{ /*selected main tab style */
	position: relative;
	top: 0px;
	color:#da4f03;
}

.shadetabs li a.selected{ /*selected main tab style */
	background:#fff;
	border-bottom-color:#fff;
}

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

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

#countrytabs
{
	background:url(../images/ul-bg.gif) top right no-repeat; 
	background-position:59.8% 51%;
	
}


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

#countrytabs-2
{
	background:url(../images/ul-inner-bg.gif) top left no-repeat; 
	background-position:5% 51%;
}

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





