#tabswrapper {
	width: 1000px;
	margin: 10px auto 30px auto;
	padding: 10px;
	font-size: 12px;
}

#tabswrapper h3 {
	margin-left: -20px;
	margin-top: 50px;
}

#tabswrapper ul {list-style-type: none; margin-bottom:0px;}
#tabswrapper li {list-style-type: none;}
#tabswrapper li img {border: none; background: #111;}

#countrydivcontainer {
	border-top:3px double #909;
	margin-bottom: 1em;
	padding: 30px 0 0;
	z-index: 80;
}

.shadetabs {
	padding: 3px 0px;
	margin: 0px;
	font-weight:bold;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	line-height: 1.3em;
	font-variant:small-caps;
	font-size:16px;
}

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

.shadetabs li a {
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 5px 10px;
	margin: 0px 0px 0px 5px;
	border: 1px solid #909;
	border-bottom: 1px solid #909;
	color: #909;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	background: -moz-linear-gradient(center top, #999 0%,#fff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #999),color-stop(1, #fff));
}

.shadetabs li a:visited {
	color: #808;
}

.shadetabs li a:hover {
	text-decoration: none;
	color: #fff;
	border: 1px solid #fff;
	border-bottom: 1px solid #909;
	background: -moz-linear-gradient(center top, #000 0%,#333 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000),color-stop(1, #333));
}

.shadetabs li a.selected { /*selected main tab style */
	position: relative;
	color: #fff;
	border: 1px solid #fff;
	border-bottom: 1px solid #909;
	background: -moz-linear-gradient(center top, #909 0%,#707 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #909),color-stop(1, #707));
}

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