.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #000000;
	height: 35px;
	vertical-align: middle;
	color: #FFFFFF;
	background-color: #333333;
	position: relative;
	top: 10px;
	padding-top: 5px;
	padding-left: 4px;
	width: 100%;
	text-decoration: none;
}
.pulsante {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #99CCFF;
	text-align: center;
	width: 105px;
	height: 25px;
	vertical-align: middle;
	line-height: 23px;
	border-left-width: 3px;
	border-left-style: none;
	border-left-color: #DCBE18;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
}
