#dest_menu {
	position: absolute;
  width:100px;
  left:12px;
  background:#f1f1f1;
  border-right:1px solid #ccc;
  border-top:1px solid #ccc;
  z-index:1;
  margin-top:15px;
}


ul#dest {
  font-family: Helvetica, Arial, sans-serif;
  color: #008aa6;
  list-style: none;
  font-size:11px;
  margin:0;
  padding:0;
}

ul#dest li {
  margin-bottom:0px;
  border-bottom:1px solid #ccc;
  padding:0;
  background:none;
  padding-bottom:4px;
  padding-top:4px;
  padding-left:9px;
}

ul#dest li a:link, ul#dest li a:visited {
  color: #008aa6;
  font-weight:bold;
  text-decoration:none;
  
}
ul#dest li a:hover {
  color:#990000;
  text-decoration:none;
  font-weight:bold;
  text-decoration:none;
}


ul#dest li.selected {
  background-color:#053768;
  margin-bottom:0px;
  padding-bottom:4px;
  padding-top:4px;
  

}
ul#dest li.selected a:link, ul#dest li.selected a:visited {
  text-decoration:none;
  color:#fff;
}







#country_container {
  position:relative;
  width:853px; /* 853px */
  border-bottom:1px solid #999;
}


#main_left_country {
	position: relative;
	width: 500px;
  /*border-right:1px solid #999;*/
  margin-bottom:20px;
  margin-left:100px;
  float:left; 
  display:inline;
  margin-right:30px;
}


.main_left_country_inner {
	position: relative;
	width: 400px;
	margin-top:15px;
}


#main_right_country {
	position:relative;
  width:220px;
	float:left;  
}

#destinations {
  position:relative;
  text-align:center;
}

.country_img {
  border:1px solid #000;
}




#country_table {
	width: 220px;
	padding: 0;
	margin: 0;
  margin-top:20px;
}


th.country {
	font-weight: bold;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
  border-left: 1px solid #C1DAD7;
	letter-spacing: 1px;
	text-align: left;
	padding: 4px 4px 4px 8px;
	background: #CAE8EA
}


th.top {
	border: 1px solid #C1DAD7;
  text-transform: uppercase;
	background: none;
  text-align:center;
  color:#666;
}


td.country {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
  /* border-left: 1px solid #C1DAD7;*/
	background: #f1f1f1;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}




#dest_menu_img {
	position: relative;
  margin-left:0px;
	color: #000;
  margin:0;
  width:853px;
  margin-bottom:10px;
}


ul#dest_img {
  list-style: none;
  margin:0;
  padding:0;
}

ul#dest_img li {
	/* float:left; */
  display:inline;
  padding:0;
  background:none;
  margin-right:2px;
  margin-bottom:10px;
  

}

ul#dest_img li a:link, ul#dest_img li a:visited {
  color:#fff;
  font-weight:bold;
  text-decoration:none;
  margin-right:5px;
}
ul#dest_img li a:hover {
  color:#990000;
  text-decoration:none;
  font-weight:bold;
  text-decoration:none;
}