.shadetabs{
padding: 11px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Georgia;
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;
	margin-right: 3px;
	border: 0px solid #778;
	color: #9C7564;
	background-image:url(../images/tab1.png);
	background-repeat:no-repeat;
	padding-top: 12px;
	padding-right: 45px;
	padding-bottom: 28px;
	padding-left: 40px;
}

.shadetabs li a:visited{
color: #9C7564;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #9C7564;
}

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

.shadetabs li a.selected{ /*selected main tab style */
background-image:url(../images/tab1-f2.png);
/* border-bottom-color: white; */
}

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

#countrydivcontainer {
	width:614px;
	height:234px;
	margin-bottom: 1em;
	margin-top: 0px;
	padding: 10px;
	background-image:url(../images/tab-content-bg.png);
	background-repeat:no-repeat;
	background-position: 0px 10px;
}

.hometabs {width:500px;}