/*		---------------------------------------------	MENU DROP IN CSS	---------------------------------------------		*/

#menu {
	/*
	height: ??;
	Since we are floating all LIs, then you need to set height in the make-up part, if you want to place some background on the menu
	*/
	display: block;
	
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu li {
	padding:0px;
	padding-left:10px;  /*   distanza tra le macro voce di menu
	border: 0;
	/*display: block;*/
	float: left;
	position: relative;
}
#menu a {
	/*display: block;*/ /*decommentando questo il sottomenu va a capo*/
}
* html #menu li a {
	position: relative;/* Fix IE6's inability to expand clickable area */
}
#menu li ul {
	visibility: hidden;
	position: absolute;
	z-index: 20;
}
/* using display is better (no scrollbars when page loads), but IE can't handle it, so only good browsers should see this */
html>body #menu li ul {
	display: none;
}
#menu li li {
	width: 100%;
}
/* fix the position */
#menu li li ul {
	top: 5;
}
/* simulate child selector for IE */
div#menu li:hover ul,
#menu li:hover li:hover ul,
#menu li:hover li:hover li:hover ul {
	visibility: visible;
}
div#menu li:hover li ul,
#menu li:hover li:hover li ul,
#menu li:hover li:hover li:hover li ul {
	visibility: hidden;
}
/* do the normal show, with increased specificity, for good browsers */
#menu  li:hover>ul {
	display: block;
	visibility: hidden;
}
ul#menuList{
	display: block;
	visibility: visible;
	color:#ffffff;
}


/*		---------------------------------------------   Make-up	---------------------------------------------			*/
#menu {
	font-weight:bold;
	font-size: 10px;
	/*letter-spacing: 2px;*/
	/*color: #FF0000;*/
/*	background-color: #fff;*/
	padding-right: 0px;
	float:right;
	/*border-bottom:1px solid #072D6C;
	border-top:1px solid #072D6C;*/
	/*height: 28px;*//* 	Height mentioned above	 */
}
#menu li ul {
	background-color: #ffffff; /* COLORE DI BACKGROUND DEL SOTTOMENU
	/*background-image: url(/admin/image/menu/iconbg.gif);*/
	/*background-repeat: repeat-y;*/
	/*border: 1px solid #666666;*/
	width:100px;
	font-weight : bold;
	position:absolute;
	left:0px;
	
	color:#ffffff;
	display:inline;
/*	background:#e1001a;*/
	padding:0px;
	margin-left:0px;
}

#menu li ul a {
	text-align: left;
	/*padding-left: 29px;*/
}
#menu ul li.bold {
	font-size:10px;
}
ul.subMenu{
	position:absolute;
	left:220px;
	top:13px;
	display:block;
}
li.submenu{
	margin:0px 0px;
	
	font-size:10px;
	display:block;
	clear:left;
	text-align:left;
}


/*		---------------------------------------------   Specific fixes	(thank to W3C for these) ---------------------------------------------			*/

/* 
		I'm gonna move the submenus 5px up
		5px works fine here and it is roughly calculated as:
		padding-bottom + margin-bottom + border-bottom of the LI
		+
		*-top values of the LI

		Mostly it needs a bit of trial and error.
		Basic idea is to remove the scrollbar when menu re-positioning is perfomed. Of course, script could take care of that, but that takes too much code - this is easier.
*/

#menu li li ul {
	margin-top: 5px;
}

#menulist{
	display:block;
}




/*##########################################################################################################*/


















/*		---------------------------------------------	MENU DROP IN CSS	---------------------------------------------		*/

#menu01 {
	/*
	height: ??;
	Since we are floating all LIs, then you need to set height in the make-up part, if you want to place some background on the menu
	*/
	display: block;
	
}
#menu01 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu01 li {
	padding:0px;
	padding-left:5px;  /*   distanza tra le macro voce di menu
	border: 0;
	/*display: block;*/
	float: left;
	position: relative;
}
#menu01 a {
	/*display: block;*/ /*decommentando questo il sottomenu va a capo*/
}
* html #menu li a {
	position: relative;/* Fix IE6's inability to expand clickable area */
}
#menu01 li ul {
	visibility: hidden;
	position: absolute;
	z-index: 20;
}
/* using display is better (no scrollbars when page loads), but IE can't handle it, so only good browsers should see this */
html>body #menu01 li ul {
	display: none;
}
#menu01 li li {
	width: 100%;
}
/* fix the position */
#menu01 li li ul {
	top: 5;
}
/* simulate child selector for IE */
div#menu01 li:hover ul,
#menu01 li:hover li:hover ul,
#menu01 li:hover li:hover li:hover ul {
	visibility: visible;
}
div#menu01 li:hover li ul,
#menu01 li:hover li:hover li ul,
#menu01 li:hover li:hover li:hover li ul {
	visibility: hidden;
}
/* do the normal show, with increased specificity, for good browsers */
#menu01  li:hover>ul {
	display: block;
	visibility: hidden;
}
ul#menuList01{
	display: block;
	visibility: visible;
	color:#ffffff;
}


/*		---------------------------------------------   Make-up	---------------------------------------------			*/
#menu01 {
	font-weight:bold;
	font-size: 10px;
	/*letter-spacing: 2px;*/
	/*color: #FF0000;*/
/*	background-color: #fff;*/
	padding-right: 0px;
	float:left;
	display:block;
	/*border-bottom:1px solid #072D6C;
	border-top:1px solid #072D6C;*/
	/*height: 28px;*//* 	Height mentioned above	 */
}
#menu01 li ul {
	background-color: #ffffff; /* COLORE DI BACKGROUND DEL SOTTOMENU
	/*background-image: url(/admin/image/menu/iconbg.gif);*/
	/*background-repeat: repeat-y;*/
	/*border: 1px solid #666666;*/
	width:300px;
	font-weight : bold;
	position:absolute;
	left:0px;
	
	color:#ffffff;
	display:inline;
/*	background:#e1001a;*/
	padding:0px;
	margin-left:0px;
}

#menu01 li ul a {
	text-align: left;
	/*padding-left: 29px;*/
}
#menu01 ul li.bold {
	font-size:10px;
}
ul.subMenu01{
	position:absolute;
	top:13px;
	display:block;
}
li.submenu01{
	margin:0px 0px;
	
	font-size:10px;
	display:block;
	clear:left;
	text-align:left;
}


/*		---------------------------------------------   Specific fixes	(thank to W3C for these) ---------------------------------------------			*/

/* 
		I'm gonna move the submenus 5px up
		5px works fine here and it is roughly calculated as:
		padding-bottom + margin-bottom + border-bottom of the LI
		+
		*-top values of the LI

		Mostly it needs a bit of trial and error.
		Basic idea is to remove the scrollbar when menu re-positioning is perfomed. Of course, script could take care of that, but that takes too much code - this is easier.
*/

#menu01 li li ul {
	margin-top: 5px;
}

#menulist01{
	display:block;
}