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

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: normal 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: 0;

text-align:right;
width:40px;
/*border: 1px solid #00ff00;*/

/*background:  url(shade2.jpg) top left repeat-x;*/
/*background: #62a728   url(bgNav.png) top left repeat-x;*/
background:#0a768a url(shade4.png) top left repeat-x;

padding:3px;

}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
text-align:right;
padding: 3px 7px;
margin-right: 3px;
font-weight:normal;
color: #eee;

}

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

.shadetabs li a:hover{
text-decoration: none;
color: #fff;
font-weight:bold;

}

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

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

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




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


.backIssuesTabs{
font: bold 11px Arial;
width: 100%; /*leave this value as is in most cases*/
}

ul.backIssuesTabs {
margin: 0;
padding: 0;
float: left;
list-style:none;

display:inline;
/* width: 80%; width of menu*/

}

ul.backIssuesTabs li{
float:left;
width:75px;
padding:2px;
list-style-image:none;
}

ul.backIssuesTabs li img{
	width:75px;
	height:99px;
}



#countrydivcontainer{
border:1px solid #eee; width:450px; height:290px; margin-bottom: 1em; padding: 10px; position:absolute; top:3px; left:47px; overflow:auto;
}

#countrydivcontainer h1{padding-top:0; margin-top:0;}


