#top_destination {
	margin-left:8px;
	margin-bottom: 10px;
	width:123px;
	display: block;
}
* html #top_destination {
	margin-bottom:0px;
}

#top_destination .top {
	display: block;
	width: 123px;
	height: 23px;
	background: url(top.gif) no-repeat;
}

#top_destination .content {
	padding-left:7px;
	padding-right:1px;
	padding-top:3px;
	display: block;
	width: 115px;
	background: url(content.gif) repeat-y;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

* html #top_destination .content {
	width:123px;
}

#top_destination .content_list {
	overflow:auto;
	height:350px;
	position:relative;
}

#top_destination .bottom {
	display: block;
	width: 123px;
	height: 6px;
	background: url(bottom.gif) no-repeat;
}

#top_destination a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#2F2F2F;
	text-decoration:underline;
	padding-bottom:1px;
	display:block !important;
	display:inline;
}
#top_destination a:hover {
	color:#3399CC;
}
