/* ######### CSS for Shade Tabs. Remove if not using ######### */
div#countrydivcontainer {
border:1px solid gray;
 width:650px; 
 margin-bottom: 1em; 
 padding: 0;
}
.shadetabs{
padding: 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 14px 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;
white-space: nowrap;
}

.shadetabs li a, .shadetabs li b, .shadetabs li span{
text-decoration: none;
position: relative;
z-index: 1;
padding: 5px 5px;
border: 1px solid #778;
color:Black;
background: white url(http://2ch.matomemo.net/img/shade.gif) top left repeat-x;
line-height: 1.9em;
margin-right: 1px;

}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected a{  /*selected main tab style */
position: relative;
top: 1px;
color:DimGray;
}

.shadetabs li.selected a, .shadetabs li.selected b, .shadetabs li.selected span{ /*selected main tab style */
background-image: url(http://2ch.matomemo.net/img/shadeactive.gif);
border-bottom-color: white;
}

