.horbar	{
	color: black;
	background-color: #012768;
	border: 1px outset black;  /* colore e larghezza menu 1 livello */
}

.horbaritem	{
	/*float: left;
	white-space: nowrap;*/
	font-family: verdana,helvetica,sans-serif;
	font-size: 9px; /* 14px; */
	color: white;
	display: block;
}

.horbaritem a	{
	display: block;
	text-decoration: none;
}

.horbaritem a:link	{
	color: white;
}

.horbaritem a:visited	{
	color: white;
}

.horbaritem a:hover	{
	color: #ffffff;
	background-color: green;
	text-decoration: none;
}

.horbaritem a:active	{
	color: white;
}

.verbar	{
	color: black;
	background-color: #dcdad5;
	border: 1px outset #cecac1;
}

.submenu	{
	position: absolute;
	left: 1px;
	top: 1px;
	visibility: hidden;
}

.subframe	{
	position: relative;
	display: block;
	background-color: #909090; /* #dcdad5; */
	border: 1px inset #ccc; /* #cecac1; */
}

.item	{
	position: relative;
	text-align: left;
	font-family: verdana,helvetica,sans-serif;
	font-size: 9px;
}

.item a	{
	position: relative;
	display: block;
	text-decoration: none;
}

.item a:link	{
	color: white;
}

.item a:visited	{
	color: white;
}

.item a:hover	{
	color: #ffffff;
	background-color: #ccc; /* green; */
	text-decoration: none;
}

.item a:active	{
	color: white;
}

.item .fwdarr	{
	position: absolute;
	top: 5px;
/*	right: 4px; */
	right: 7px;
}
