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

#countrytabs{
	clear:right;}
	
.shadetabs{

margin-top: 1px;

font-weight:bold;
font-size:11px;
font-family:Verdana, Geneva, sans-serif;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/

}

.shadetabs li{
	float:left;
	height:25px;
margin: 0px;

border:1px;
border-color:#000;

}

.shadetabs ul{ 

}


.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
border : 1px;
border-color:#000;
font-size:11px;
font-family:Verdana, Geneva, sans-serif;
margin-bottom:5px;
color: #000000;
background: url(shadeactive.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: 1px;
}

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

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



