/*<![CDATA[*/

/* - - - ADxMenu: BASIC styles - - - */

/* remove all list stylings */
.menu {
	width: 444px;
	height:43px;
	float: left;
	background-color: #0384bc;
	border-top: 1px solid #ffffff;
}
.barramenu {
	width: 444px;
	height:40px;
	background-color: #0384bc;
}
.menu, .menu ul {
	margin: 0;
	padding: 0;
	/*border: 0;*/
	list-style-type: none;
	display: block;
}

/* move all list items into one row, by floating them */
.menu li {
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	height: 20px;
	display: block;
	/*height:30px;*/
}

/* define new starting point for the nested UL, thus making positioning it a piece of cake */
/*.menu li:hover {position: relative;}*/
.menu li:hover li{
	position: relative;
} /*----2Â°livello a tendina */

/* force the submenu items into separate rows, while still keeping float:left (which resolves IE6 white-gap problem) */
/*.menu li li {width: 100%;}*/

/* fix the position for 2nd level submenus.
	first make sure no horizontal scrollbars are visible on initial page load by sliding them all into top-left corner  */
.menu li li ul {
	width:100%; /*aggiunto*/
	top: 0px; /*31px*/
	left: 0px;
	/*width:auto;/*aggiunto*/
}

/* ...and then place the submenu where it should be when shown */
.menu li li:hover ul {left: 0;} /* 100% ----2Â°livello a tendina */

/* initialy hide all sub menus */
.menu ul {
	display: none;
	position: absolute;
	z-index: 10;
	visibility: visible;
}

/* display them on hover */
.menu li:hover>ul {display: block; }

/* -- float.clear -- force containment of floated LIs inside of UL */
.menu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
/* IE7 float clear: */
.menu, .menu ul {min-height: 0;}

/* -- float.clear.END --  */

/* sticky submenu: it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the ".menu UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
.menu ul {
/*	padding: 12px 30px 30px 30px; */
	margin: 0px 0 0 0px;
	/*background: #000;*/	/* uncomment this if you want to see the "safe" area. you can also use to adjust the safe area to your requirement */
}


/* - - - ADxMenu: DESIGN styles - - - */

.menu, .menu ul li {
	color: #00FF00;
	background-color: 0384bc;
}

.menu ul {
	/*width: auto; /*11em; togliere per firefox*/
	width: 100%;
}

.menu li:hover>a {
	text-decoration: underline;
}

.menu a, .menu span { /* span=voce menu selezionata*/
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
	padding: 0px 25px 0px 25px;
	display: block;
	height: 10px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 13px;
}

.menu li li a {
	color: #003C5B;
	text-transform: none;
	font-weight: normal;
	height:13px;
	border-right: 1px solid #fff;
	background-color: #A3C8DA;
	width: auto;
	padding: 1px 5px 1px 5px;
	margin-top: 5px;
	}

.menu .custom {background-color: #0384bc;}
.menu a:hover, .menu span {color: #FFFFFF; background-color: #0384BC;} /* span=voce menu selezionata*/

.menu span.notlink { /* span=voce senza link*/
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
	padding: 0 2em;
	background-color: #FF9900;
	display: block;
}
/* Fix for IE5/Mac \*//*/
.menu a {
	float: left;
}
.menu {
	display: inline-block;
}
/* End Fix */

/*]]>*/
.menu li li a:hover {
	color: #003C5B;
	text-transform: none;
	font-weight: normal;
	height:13px;
	border-right: 1px solid #fff;
	background-color: #FF9933;
	padding: 1px 5px1px 5px;
}
.menu li li {
	width:auto; /*aggiunto*/
	top: 0px; /*31px*/
	left: 0px;
	display: block;
}

/* Marzo 08 */
.menu {
	height: 42px;
}

.menu a, .menu span { padding: 0 20px; }