/* ######### CSS for Shade Tabs. Remove if not using ######### */

#countrytabs {
	margin-top: 15px;
}
.shadetabs{
	margin-left: 0;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	height: 20px;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
}

.shadetabs li{
	display: inline;
	margin: 0;
	color: #000000;
}

.shadetabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 5px 8px;
	margin-right: 3px;
	background-image: url(../images/tabselected.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#countrydivcontainer {
	background-color: #24201C;
	width: 160px;
	padding: 10px;
	border: 1px solid #49422a;
}
#countrydivcontainer li{
	list-style-position: inside;
	list-style-type: disc;
}
.shadetabs li a:hover{
text-decoration: underline;
color: #e9e5c5;
}

.shadetabs li a.selected{ /*selected main tab style */
	position: relative;
	color: #988e40;
}

.shadetabs li a.selected{ /*selected main tab style */
	background-image: url(../images/tabunselected.gif);
}

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