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

.menuPrincipale {
	background:url('/custom_cms/images/sf-menu.png') no-repeat;
	margin:0;
	padding:0;
	width:678px;
	height:178px;
	top:28px;
	right:32px;
	position: absolute;
	list-style:none;
	z-index:9999;
}

.menuPrincipale li{
	float:left;
	position:relative;
}

/* 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:43px;
	left:0px;

}
.AL1 {
}

.AL2 {

	width:145px;
}

.AL2 ul.subVisibile{
	margin:0;
	postion:absolute;
	top: 0px;
	left:144px;
	width:144px;
}

.AL3 {
	width:146px;
}

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

/* COLLEGAMENTI */
.AL1 a {
	display:block;
	text-decoration:none;
	font:14px Arial,sans;
	text-align:center;
	font-weight:bold;
}

.AL2 a {
	padding-top:6px;
	text-align:left;
	text-indent:10px;
	font:11px Arial,sans;
	border-top:1px solid transparent;
	border-bottom:1px solid transparent;
	border-left:1px solid transparent;
	border-right:1px solid transparent;
}

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

.AL1 a:hover,
.AL1 a:focus,
.AL1 a:active {
	height:44px;
	color:#831205;
}


.AL2 a:link,
.AL2 a:visited {
	background:url('/custom_cms/images/tasto1.jpg');
	font-weight:bold;
	height:24px;
	color:#04289e;
}

.AL2 a:hover,
.AL2 a:focus,
.AL2 a:active{
	background:url('/custom_cms/images/tasto1.jpg');
	font-weight:bold;
	height:24px;
	color:#04289e;
}


#menuPrincipaleBar .corrente a {
	color:#831205;
}


#menuPrincipaleBar .AL2 a {
	height:24px;
	color:#04289e !important;
}
#menuPrincipaleBar .AL2 a:hover {
	color:#04289e !important;
}


/* posizioni */
#menuPrincipaleBar .sub1 {
	margin-top:131px;
	width:115px;
}
#menuPrincipaleBar .sub2 {
	margin-top:112px;
	width:110px;
}
#menuPrincipaleBar .sub3 {
	margin-top:93px;
	width:118px;
}
#menuPrincipaleBar .sub4 {
	margin-top:67px;
	width:118px;
}
#menuPrincipaleBar .sub5 {
	margin-top:43px;
	width:102px;
}
#menuPrincipaleBar .sub6 {
	margin-top:29px;
	width:112px;
}