﻿/* Menu header */
ul#menu
{
	width: auto;	
	list-style: none;
	float: left;
	padding: 0;
}
ul#menu li, ul#menu a
{
	float: left;
	text-align: center;
	margin-left: 2px;
	width: 96px;
	color: #71747e;	
}
ul#menu li a:hover
{
	color: #151e37;
	font-style: normal;
	font-weight: bold;
}
.PopupMenuArchivio
{
	text-align: center;
	background-color: #E9E9E9;
	width: 96px;
	border: solid 2px #dcdcdc;
	padding-top: 3px;
	padding-bottom: 3px;
}
/* ******** Elementi menù verticale ******** */
.MenuCategorieTitle
{
	background-image: url(Images/Structure/Categorie.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 25px;
}
.MenuBackOfficeTitle
{
	background-image: url(Images/Structure/Servizi.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 25px;
}
.MenuRicercaTitle
{
	background-image: url(Images/Structure/Ricerca.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 25px;
}
.MenuCategorie
{
	padding-left: 20px;
	padding-bottom: 3px;
}
.MenuCategorieLinkVisited
{
	color: #272a3c;
}
.MenuSottoCategorie
{
	margin: 0;
	margin-left: 25px;
	padding-left:25px;
	margin-bottom:3px;
}
.MenuSottoCategorie li
{
	color: #272a3c;
	list-style-type: disc;
}
