/*** LIVELLO PRINCIPALE ***/

.menulist { /* formato TESTO voci menu principali*/
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;


}
.menulist li { /* formato ELENCO voci menu principali*/
	float: left;
	position: relative;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;	
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #CCCCCC;


}
.menulist a { /* formato TESTO link voci menu principale*/
	display: block;
	text-decoration:  none;
	color: #ffffff;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 11px;
	padding-bottom: 12px;
	background-image: url(../img/bkg_menu.jpg);
	background-repeat: repeat-x;
}
.menulist ul>li:last-child {
 margin-bottom: 1px;
}

/*** 1° LIVELLO SECONDARIO ***/
.menulist ul { /* formato TESTO voci menu 1° livello*/
	margin: 0;
	margin-top: 20px;
	padding: 0;
	list-style: url(none) none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
    display: none;
	position: absolute;
	top: 22px;
	left: 0px;
	width: 130px;
	
}
.menulist ul a { /* formato TESTO link voci menu 1° livello*/
	width: 120px;
	display: block;
	text-decoration:  none;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 4px;
	color: #FFFFFF;
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	height:auto;
}
.menulist ul li { /* formato ELENCO voci menu 1°livello*/
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #ffffff;

}


/*** 2° LIVELLO SECONDARIO ***/
.menulist ul ul { /* formato TESTO voci menu 2° livello*/
	top: -18px;
	left: 132px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003366;
	width: 130px;
 }

.menulist ul ul li { /* formato ELENCO voci menu 2°livello*/
	float: none;
	color: #003366;
	
}
.menulist ul ul a { /* formato TESTO link voci menu 2° livello*/
	width: 120px;
	text-decoration:  none;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 4px;
	background-color: #3364CA;
	color: #FFFFFF;
	text-align: left;
	height:auto;
}

.menulist a.highlighted:hover, .menulist a:focus {
	color: #ffffff;
	background-image: url(../img/bkg_menu.jpg);
	background-repeat: repeat-x;
}

.menulist a:hover { /* formato voci menu in stao di HOVER */
 	color: #cccccc;

}
.menulist  a.highlighted { /* formato voci menu in stao di HOVER */
	color: #333333;
	background-image: url(../img/bkg_menu_highlight.jpg);
	background-repeat: repeat-x;
}

.menulist a .subind { /* nasconde i segni '>' dalle voci menu*/
 	display:  none;
}

.menulist ul a .subind { /* nasconde i segni '>' dalle voci menu*/
 	display:  block;
 	float: right;
 }
 



/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
 	float: left;
}
.menulist ul a {
 	float: none;
}
/* \*/
.menulist a {
 	float: none;
}
/* */

/* HACKS: MSIE6 doesn't support transparent borders, mimic with margins */
* html .menulist li a {
 border-width: 0;
 margin: 1px;
}


/*
 HACKS: IE/Win:
 A small height on <li> and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6 and *:first-child+html affects IE7.
 You may want to move these to browser-specific style sheets.
\*/
*:first-child+html .menulist li {
 float: left;
 width: 100%;
}

* html .menulist li {
 float: left;
 height: 1%;
}
* html .menulist a {
 height: 1%;
}
/* End Hacks */
