#menu {
	text-align: center;
	width: 160px;
	margin-top: 159px;
}
#menu a {
	color: #54521C;
	text-decoration: none;
}
#menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#menu li {
	margin-bottom: 10px;
}
#menu a:hover {
	font-weight: bold;
	text-decoration: underline;
}
#menu a.selected {
	font-weight: bold;
	text-decoration: underline;
}
#menu #gusto {
	color: #006633;
	text-decoration: underline;
}
