.shadetabs{
padding: 0px;
margin-left: 30px;
margin-top: 0px;
margin-bottom: 3px;
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{
border-top: 1px solid #a0a0a0;
text-decoration: none;
position: relative;
top: 2px;
z-index: 1;
padding: 3px 10px;
margin-right: 8px;
border: 1px solid #a0a0a0;
font: bold italic 12px Arial;
color: #2d2b2b;
background: #eff4fa;
}

.shadetabs li a:visited{
color: #a0a0a0;
}

.shadetabs li a:hover{
font: bold italic 12px Arial;
color: #a0a0a0;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
border-top: 1px solid #a0a0a0;
background: #ffffff;
border-bottom: 5px solid #ffffff;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

#countrydivcontainer {
border: 1px solid #a0a0a0;
width: 660px;
margin-bottom: 1em; 
padding: 1px;
height: 575px;
overflow: auto; 

