#YachtNav, #YachtNav ul {
	padding: 0px;
	margin-left: 40px;
}
#YachtNav a {
	width: 150px;
	display: block;
}
#YachtNav li {
	width: 150px;
	list-style-type: disc;
}
#YachtNav li ul {
	position: absolute;
	left: -999em;
	width: 150px;
}
#YachtNav li:hover ul {
	left: auto;
	margin-left: 100px;
	margin-top: -15px;
}
#YachtNav ul {
	list-style-type: none;
}
