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

div#menuPrincipaleBar {
	top:10px;
	left:0px;
	position:relative;
	width:900px;
	height:25px;
	list-style:none;
	z-index:30;
	}

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

.menuPrincipale li{
	float:left;
	position:relative;
	top:0px;border-left:1px solid #aac6d7;
}



/* 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;
/*	width:133px;*/
	position:absolute;
	top:18px;
	left:0px;
}
.AL1 {
/*	width:133px;*/width:102px;
}

.AL2 {
	width:160px;
}

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

.AL3 {
	width:140px;display:none;
}

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

/* COLLEGAMENTI */
.AL1 a {padding-top:1px;padding-bottom:1px;
	display:block;
	text-decoration:none;
	font:12px Arial,sans;
	font-weight:bold;
	text-align:center;
	height:18px;
}

.AL2 a {
	padding-top:3px;
	font-weight:normal;
	border-bottom:1px solid #fff;
	text-transform: none;
	background:#2d9fd5;
	text-align: left;
	padding-left:7px;padding-bottom:2px;
}

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

.AL1 a:hover,
.AL1 a:focus,
.AL1 a:active {
	height:18px;
	color:#000;
}


.AL2 a:link,
.AL2 a:visited {
	height:18px;
	color:#fff;
}

.AL2 a:hover,
.AL2 a:focus,
.aL2 a:active{
	height:18px;
	color:#000;
}


#menuPrincipaleBar .corrente a {
	color:#000;
}
#menuPrincipaleBar .AL2  a {
	color:#fff;
}
#menuPrincipaleBar .AL2  a:hover {
	color:#000;
}


