@charset "UTF-8";
/* CSS Document */

.dropdown {
	display: none;
	width: 150px;
	padding: 6px;
	background-color: #58ba47;
	z-index: 999;
}

	.dropdown a {
		display: block;
		font-family: Verdana, Geneva, sans-serif;
		font-size: 12px;
		font-weight: normal;
		color: #ffffff;
		padding: 4px;
		text-decoration: none;
	}
	
	.dropdown a:hover {
		background-color: #004d24;
	}
	
.dropdown2 {
	display: none;
	width: 150px;
	padding: 6px;
	background-color: #78c86b;
	z-index: 999;
}

	.dropdown2 a {
		display: block;
		font-family: Verdana, Geneva, sans-serif;
		font-size: 12px;
		font-weight: normal;
		color: #FFFFFF;
		padding: 4px;
		text-decoration: none;
		background-image: url("");
		background-repeat:no-repeat;
		background-position:right;
	}
	
	.dropdown2 a:hover {
		background-color: #004d24;
		background-image: url("");
		background-repeat:no-repeat;
		background-position:right;
	}
	
#dd-visit {
	position: absolute;
	top: 228px;
	left: 346px;
}

#dd-services {
	position: absolute;
	top: 228px;
	left: 504px;
}

#dd-growth {
	position: absolute;
	top: 228px;
	left: 613px;
}

#d2-outdoor {
	position: absolute;
	top: 256px;
	left: 500px;
}

#d2-shopping {
	position: absolute;
	top: 228px;
	left: 500px;
}

#d2-city {
	position: absolute;
	top: 256px;
	left: 660px;