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

#countrytabs{
}

div#countrydivcontainer{
	border:1px solid #c4c4c4; 
	margin-bottom: 1em; 
	padding:20px;
	margin-top:20px;
}

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

.shadetabs li{
display: block;
float:left;
margin: 0;
width:33.34%;
}

.shadetabs li a{
text-decoration: none;
display:block;
position: relative;
z-index: 1;
padding: 3px 7px;
/*margin-right: 3px;*/
text-align:center;
border: 1px solid #c4c4c4;
color: #2d2b2b;
background-color:#fff;
background-image: url(shade.gif);
background-position:top;
background-repeat:repeat-x;
/*background: white url(shade.gif) top left repeat-x;*/
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

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

.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;
}