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

.shadetabs{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	width:640px;
}

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

.shadetabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid #778;
	color: #2d2b2b;
	background-color: white;
	background-image: url(images/greentab.jpg);
	background-repeat: repeat;
	background-position: left top;
	
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

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

.shadetabs li a.selected{ /*selected main tab style */
	background-image: url(images/greentab-sel.png);
	background-repeat: repeat;
	background-position: left top;
	color: #FFFFFF;
}

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




#countrydivcontainer{
	padding: 10px;
	background-image: url(images/main-bg.gif);
	background-repeat: repeat;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #33FF00;
	border-right-color: #2955ff;
	border-bottom-color: #2955ff;
	border-left-color: #33FF00;
}

#countrydivcontainer a{
	font-size: 36px;
	color: #e8d6b4;
	font-weight: bold;
	line-height: 12px;
	width: 100%;
}
#countrydivcontainer a:hover{
	font-size: 36px;
	color: #FFFFFF;
	font-weight: bold;
	line-height:normal;
	text-decoration: none;
	background-color: #FFFFFF;
	display: block;
	width: 100%;
	height: 36px;
	background-image: url(images/greentab-sel.png);
	background-repeat: repeat;
}
#countrydivcontainer1{
	padding: 10px;
	background-image: url(images/main-bg.gif);
	background-repeat: repeat;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #33FF00;
	border-right-color: #2955ff;
	border-bottom-color: #2955ff;
	border-left-color: #33FF00;
}
#post-15 a{
	font-size: 12px;
	text-decoration: none;
}
#post-15 a:hover{
	font-size: 12px;
	text-decoration: underline;
	line-height: 10px;
	height:12px;
	
}
