/*
 ------------------------------------------------------------
	CMS_MENU_STYLE.CSS		
 ------------------------------------------------------------
	Foglio stile per menu
 ------------------------------------------------------------
*/

div#menuPrincipaleBar {


	top:0px;
	left:0px;
	position:relative;
	width:902px;
	height:17px;
	list-style:none;
	z-index:40;background:#0a4191;
	}

.menuPrincipale {
	top:0px;
	left:0px;
	position:relative;
	margin:0;	
	padding:0;
	list-style:none;
	z-index:40;
}

.menuPrincipale li{
	float:left;
	position:relative;
	top:0px;
/*	border-right:1px solid #fff;*/
	width:180px;
}

/* SOTTO MENU */
.AL1 ul{
	list-style:none;
	padding:0;
}

/* SOTTO MENU SENZA JS */
.AL1 ul{
}

/* SOTTO MENU CON JS:ON OFF */
.AL1 ul.subNascosto{
	position:absolute;
	visibility:hidden;
	height:0;
	overflow:hidden;
}

.AL1 ul.subVisibile{
	margin:0;
	padding-top:10px;
/*	width:102px;*/
	position:absolute;
	top:0px;
	left:0px;
}
.AL1 {
/*	width:120px;*/
}

.AL2 {
display:none;
	width:180px;
}

.AL2 ul.subVisibile{
	margin:0;
	position:absolute;
	top: 0px;
	left:179px;
}

.AL3 {
	width:180px;
}

.AL3 ul.subVisibile{
	margin:0;
	position:absolute;
	top: 0px;
	left:179px;
}



/* COLLEGAMENTI */
.AL1 a {
padding-top:2px;
text-indent:2px;
	display:block;
	text-decoration:none;
	font:11px Arial,sans;
	font-weight:bold;
	text-align:center;
	text-transform: uppercase;
	height:18px;
}

.AL2 a {
	background-image:none;
	padding-top:2px;
	text-indent:0px;
	font-weight:normal;
	border:1px solid #f5ecf0;
	text-transform: none;
	background:#c28ba4;
	text-align: left;
	padding-left:10px;
}

/* COLORI */
.AL1 a:link,
.AL1 a:visited {
	height:18px;
	color:#fff;
}

.AL1 a:hover,
.AL1 a:focus,
.AL1 a:active {
	height:18px;
	color:#fff;
	text-decoration:underline;
}


.AL2 a:link,
.AL2 a:visited {
	font:11px Arial,sans;
	font-weight:bold;
	height:20px;
	color:#fff;
}

.AL2 a:hover,
.AL2 a:focus,
.aL2 a:active{
	font:11px Arial,sans;
	font-weight:bold;
	height:20px;
	color:black;
}


#menuPrincipaleBar .corrente a {
	color:#eceff4;
		text-decoration:underline;
}
#menuPrincipaleBar .AL2  a {
	color:#fff;
}
#menuPrincipaleBar .AL2  a:hover {
	color:#fff;
}


