/* ######### CSS for Shade Tabs. Remove if not using ######### 
#content ul #countrytabs.shadetabs li a {
margin:0;
}*/

#content .shadetabs{
padding:0;
margin:0;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
font-size:12px;
}

#content .shadetabs li{
float:left;
display: inline;
margin: 0;
padding:0;
}

#content .shadetabs li a {
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin:0 1px 0 0;
border: 1px solid #778;
background: white url(../img/images/shade.gif) top left repeat-x;
}
/*
#content .shadetabs li a:visited{
color: #2d2b2b;
}*/

#content .shadetabs li a:hover{
text-decoration:none;
color: #fff;
background:#4f789f;
}

#content .shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
color:#fff;
}

#content .shadetabs li a.selected{ /*selected main tab style *//*
background-image: url(../img/images/shadeactive.gif);*/
background:#4f789f;
color:#fff;
}

#content .shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

#content #countrydivcontainer {
clear:both; 
width:660px;
max-width:660px;
overflow:hidden; 
margin:10px 0; 
padding: 10px 0;
}

/* ----------------------------------- directory table ----------------------------------- */
#content #countrydivcontainer table {
	width:650px;
	max-width:650px;
	overflow:hidden;
	padding:10px 5px;
	display:block;
	_display:table;
	clear:both;
}

#content #countrydivcontainer table.tableA {
background:#eee;
}

#content #countrydivcontainer table td {
	width:215px;
	padding:0;
	margin:0 1px;
	font-size:13px;
}
#content #countrydivcontainer table td * {
	margin-bottom:0;
}
