ul.menu{
list-style					:	none;
}

li#prova{
margin-bottom: 0.2px;
}

div.menu_item_space {
	width						: 144px;
	height						: 54px;
	margin-bottom				: 10px;	
	border						: none;
}
div.menu_item, div.menu_item:link, div.menu_item:visited {	
	background-repeat		: no-repeat;
	background-position		: 0 0;
	width					: 144px;
	height					: 54px;
	margin-bottom			: 18px;
	margin-left				: -40px;
}

div.menu_item:hover, div.menu_item-hover {
	background-repeat		: no-repeat;
	background-position		: 0px -54px;
}
div.menu_item:active, div.menu_item-active {
	background-repeat		: no-repeat;
	background-position		: 0px -108px;
	
}

a.menulink{
color							: #DCDFE2;
cursor							: pointer;
}

