/*Impostazione stile della lista per scelta delle lingue*/

ul#lingue {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#lingue li {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0
}
li#lingua1 {
	left: 8px;
	top: 9px;
	width: 21px;
	height: 21px
}
li#lingua2 {
	left: 34px;
	top: 9px;
	width: 21px;
	height: 21px
}
li#lingua3 {
	left: 58px;
	top: 9px;
	width: 21px;
	height: 21px
}
li#lingua4 {
	left: 84px;
	top: 9px;
	width: 21px;
	height: 21px
}
#lingue a {
	display: block;
	width: 100%;
	height: 100%;
}
#lingue .alt { 
	display: none; 
}

/*Impostazione stile dei menu*/

#MainMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	padding: 0;
	margin: 0;
	position: relative;
	top: 70px;
	left: 190px;
	cursor: pointer;
	text-align: center;
}

td.MainMenu1 {
	vertical-align: top;
	width: 60px;
}
td.MainMenu2 {
	vertical-align: top;
	width: 65px;
}
td.MainMenu3 {
	vertical-align: top;
	width: 70px;
}
td.MainMenu4 {
	vertical-align: top;
	width: 95px;
}
td.MainMenu5 {
	vertical-align: top;
	width: 60px;
}
div.nascondiLink {
	visibility: hidden;
	position: absolute;
}
div.mostraLink {
	visibility: visible;
	position: absolute;
	width: 150px;
	margin: 0px 0px 0px 0px;
	z-index: 10;
}
a.gruppo, a.gruppo:hover {
	display: block;
	position: relative;
	font-weight: bold;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-left: 0px;
}
a.gruppo {
	color: blue;
}
a.gruppo:hover {
	color: red;
	background: #DEDEDE;
}
a.voceMenu, a.voceMenu:hover {
	display: block;
	position: relative;
	text-decoration: none;
	text-align: left;
	padding: 5px 0px 5px 5px;
	border-left: solid 1px gray;
	border-right: solid 1px gray;
}
a.voceMenu {
	color: blue;
	background: white;
	border-bottom: solid 1px gray;
}
a.voceMenu:hover {
	color: red;
	background: #DEDEDE;
}

