@charset "UTF-8";

#container {
	position: relative;
}

#top_nav {
	padding-top: 5px;
	height: 21px;
}

#top_nav a {
	display:inline-block;
	padding:0px 3px 0px 25px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
	color: #333333;
	text-decoration: none;
}

#top_nav a:hover {
	color: #9CC94C;
}

.sub_nav {
	display: none;
	background-color: white;
	width:150px;
	top:90px;
	padding:5px 0px;
	z-index:10;
	position: absolute;
}

#top_nav .sub_nav a {
	display:block;
	padding:5px 20px 5px 5px;
	text-align: left;
}

#sub_nav_adventure {
	left: 435px;
}

#sub_nav_artsculture {
	left: 575px;
}

#sub_nav_wherestay {
	left: 689px;
}

#sub_nav_whereeat {
	left: 805px;
}


