/* ######### CSS for Shade Tabs. ######### */













.shadetabs{width: 620px;
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px arial;
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;
}




.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
border: 0px solid #778;
color: #000000;
background: white url(../images/shade.gif) top left repeat-x;

}

.shadetabs li a:visited{
color: #000000;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #000000;
}





.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 0px;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(../images/shadeactive.gif) ;
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}



#countrydivcontainer {border:0px solid gray;
 background-color:#f2f2f2;
   width:640px;
    margin-bottom: 1em;
	 padding-left:10px;
	  padding-right:10px;
	  margin: 0px;}



#countrydivcontainer_top{
background: url(../images/bg_tab_content_top.gif) bottom no-repeat;
 margin: 0px;
  padding: 0px;
   height: 10px; 

}



#countrydivcontainer_bottom{
background: url(../images/bg_tab_content.gif) bottom no-repeat;
 margin: 0px;
  padding: 0px;
   height: 10px; 

}








#tabcontentwhite {width: 640px;
background: #FFFFFF url(../images/bg_tab_whit_bottom640.gif) bottom no-repeat;
 margin-left: 0px;
  padding: 0px;
  }
















