li ul {
  display: none;
}

li:hover > ul {
  display: block;
}
ul {
	list-style-type: none;
	width: 240px;
	margin: 0px;
	padding: 0px;
}
.main a {
	background-color: #008265;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 19px;
	width: 225px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.main a:hover {
	background-color: #00624B;
}
.main1 a {
	background-color: #008265;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 19px;
	width: 225px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-top: 4px;
}
.main1 a:hover {
	background-color: #00624B;
}

.sub a {
	background-color: #BAA974;
	line-height: 20px;
}
.sub a:hover {
	background-color: #A08C50;
	line-height: 20px;
}
