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

div#menuPrincipaleBar{
background:#ed174b;
margin: 0px;
padding: 0px;
width: 1000px;
height:22px;
top:0px;
left: 0px;
position:absolute;
list-style:none;
z-index:100;
}

.menuPrincipale {

}
.menuPrincipale li.sub8{	width:170px;}
.menuPrincipale li{
	width:110px;
	float:left;
	position:relative;
	top:0px;
	list-style: none;

}

.menuPrincipale .sub6{
	display:none
}



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

}

.AL2 {
	width:150px;
}

.AL2 ul.subVisibile{
	margin:0;
	position:absolute;
	top: 0px;
	left:151px;
}
/*
.AL3 {
	width:116px;
}

.AL3 ul.subVisibile{
	margin:0;
	position:absolute;
	top: 0px;
	left:117px;
}*/

/* COLLEGAMENTI */
.AL1 a {
	padding-top:4px;
	display:block;
	text-decoration:none;
	font:11px Arial,sans;
	text-align:center;
	height:22px;
}

.AL2 a {	width:150px;
	padding-top:4px;
	font-weight:normal;
	text-transform: none;
	background:#ed174b;
	text-align: left;
	padding-left:10px;
	border-top:1px solid transparent;
	height:23px;
}

/* COLORI */
.AL1 a:link,
.AL1 a:visited {
	height:22px;
	font-weight:bold;
	color:#fff;
}

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

.AL2 a:link,
.AL2 a:visited {
	height:23px;
	font-weight: normal;
}

.AL2 a:hover,
.AL2 a:focus,
.AL2 a:active {
	height:23px;
}


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

