#menu {
	clear:both;
	margin:0;
	padding:0;
	width:750px;
	height:36px;
	margin-top:4px;
	_margin-top:2px;
}
#voci_menu {
	height: 30px;
	width:102px;
	float:left;
	background-color: #006600;
	cursor: hand;
	color: #FFFFFF;
	border: 1px solid #006600;
	text-decoration: none;
	font-size:11px;
	margin-top:0px;
	margin-left:2px;
	text-align:center;
}

#voci_menu a {
	display:block;
	width:100%;
	height:100%;
}
#voci_menu a:link {
	background-color: #006600;
	cursor: hand;
	color: #FFFFFF;
	text-decoration: none;
}
#voci_menu a:visited {
	background-color: #006600;
	cursor: hand;
	color: #FFFFFF;
	text-decoration: none;
}
#voci_menu a:hover {
	background-color: #FFDB48;
	color:#000000;
	border: 1px solid #000000;
}
#voci_menu a:active {
	background-color: #006600;
	cursor: hand;
	color: #FFFFFF;
	text-decoration: none;
}
/*#menu p {
	line-height: 9px;
	margin: 4px;
}*/
#voci_menu p {
	margin:0;
	padding:0;
}
#voci_menu .cella_centrata {
	padding-top:7px;
}