/*inizio menu*/
#dropmenudiv{
	position:absolute;
	border-bottom-width: 0;
	line-height:17px;
	z-index:100;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #432d06;
	background-color: #ffc559;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	color: #432d06;
	background-color: #ffc559;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #e6a950;
	color: #543808;
	font-weight: bold;
}
/*fine menu*/