/*
 ------------------------------------------------------------
	CMS_MENU_STYLE.CSS		
 ------------------------------------------------------------
	Foglio stile per menu
 ------------------------------------------------------------
*/
div#menuPrincipaleBar {
	background: url('/custom_cms/images/sf-menu1.jpg') no-repeat;
	display: inline;
	float: left;
	width:185px;
	list-style:none;
	z-index:999;
	}

.menuPrincipale {
	margin:0;
	padding:0;
	width:152px;
	height:199px;
	top:0px;
	left:0px;
	position:relative;
	list-style:none;
	z-index:999;
}

.menuPrincipale li{
	width:152px;
	float:left;
	position:relative;
}

div#menuPrincipaleBar .sub1,
div#menuPrincipaleBar .sub2,
div#menuPrincipaleBar .sub3,
div#menuPrincipaleBar .sub4,
div#menuPrincipaleBar .sub5{
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;
	width:152px;
	position:absolute;
	top:10px;
	left:153px;
}

.AL2 {
	width:136px;
}

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



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

/* COLLEGAMENTI */
.AL1 a {
	width:152px;
	padding-left:33px;
	padding-top:15px;
	display:block;
	text-transform:uppercase;
	text-decoration:none;
	font:12px Arial,sans;
	text-align:left;
}

.AL2 a {
	font:11px Arial,sans;
	width:136px;
	text-transform: none;
	padding-top:4px;
	padding-left:12px;
	border-bottom:1px solid transparent;
	border-right:1px solid transparent;
}



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

.AL1 a:hover,
.AL1 a:focus,
.AL1 a:active {
	font-weight: bold;
	height:40px;
	color:#4f5d72;
}


.AL2 a:link,
.AL2 a:visited {
	background:#99a8c2;
	height:23px;
	color:white;
}

.AL2 a:hover,
.AL2 a:focus,
.AL2 a:active{
	background:#99a8c2;
	height:23px;
	color:#4f5d72;
}

