.anylinkcss
{
	position: absolute;
	visibility: hidden;
	font: normal 12px Verdana;
	line-height: 18px;
	z-index: 100;
	background-color: #FFC;
	width: 180px;
	border-color: #600;
	border-width: 1px 1px 0 1px;
	border-style: solid;
}

.anylinkcss a
{
	width: 100%;
	display: block;
	border-bottom: #600;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
	color: #600;
}

.anylinkcss a:hover
{
	/*hover background color*/
	background-color: #600;
	color: #FFC;
}


.voci_menu
{
	margin: 0px 0px 0px 0px;
	color: #FFC;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	background-color: #600;
	padding: 2px;
}

.voci_menu a
{
	color: #FFC;
	text-decoration: none;
}
.voci_menu a:hover { color: #9F9; }