#menu {
	position: relative;
	left: 750px;
	top: -135px;
	width: 250px;
	text-align: right;
}
#menu ul#listamenu {
	display: inline;
	list-style-type: none;
	font-size: 20px;
	text-transform: lowercase;
}
#menu ul#listamenu li {
	display: block;
	float: left;
	list-style-type: none;
}
#menu ul#listamenu li a {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 20px;
}
#menu ul#listamenu li a:hover {
	color: #997B37;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #997B37;
}
.attualeopt {
	font-weight: normal;
	color: #997B37;
	text-decoration: none;
	padding-right: 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #997B37;
}

