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

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-right: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/

}

.shadetabs li{
display: inline;
margin-right: -3px;
}

.shadetabs li a{
margin: 0;
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
color: #FFFFFF;
background-color:#2A6DB9;

}

.shadetabs li img{
margin: 0;
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;

}

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

.shadetabs li a:hover{
color: #FFFFFF;
text-decoration:underline;

}

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

.shadetabs li a.selected{ /*selected main tab style */
background-color:#D40A0A;
color:#FFFFFF;
}

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

#countrydivcontainer {
	border:1px solid #0066CD;
	
}