/*********** Barra Principale ************/
.divmenu {
	background-color: ActiveBorder;
	font-family: Verdana;
	font-size: inherit;
	font-style: normal;
	font-weight: normal;
}
.divmenu A, A:visited {
	COLOR: Background;
	text-decoration: none;
}
.divmenu A:over {
	COLOR: Gray;
	text-decoration: none;
}

.divmenu td {
	text-align: center;
	width: 10%;
}
#menutable {
	height: 10px;
	width: 60%;	
	border: none;
	background-color: transparent;
}

/*********** TENDINE ************/
.anylinkcss {
	float: left;
	margin-left: -10px;
	MARGIN-TOP: -8px;
	width: 170px;
	BORDER-RIGHT: white 1px solid;
	BORDER-TOP: white 1px solid;
	Z-INDEX: 100;
	VISIBILITY: hidden;
	BORDER-LEFT: white 1px solid;
	WIDTH: 190px;
	BORDER-BOTTOM: white 0px solid;
	POSITION: absolute;
	BACKGROUND-COLOR: InactiveBorder;
}
.anylinkcss A, .anylinkcss A:hover {
	PADDING-TOP: 1px;
	PADDING-BOTTOM: 1px;
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	DISPLAY: block;
	FONT-WEIGHT: normal;
	WIDTH: 100%;
	TEXT-INDENT: 5px;
	BORDER-BOTTOM: white 1px solid;
	TEXT-DECORATION: none;
}
.anylinkcss A, .anylinkcss A:visited {
	COLOR: Background;
	BACKGROUND-COLOR: InactiveBorder;
}
.anylinkcss A:hover {
	COLOR: White;
	BACKGROUND-COLOR: Gray;
}


