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

.menuPrincipale {
	background:#313183 url('/custom_cms/images/sf-menu.gif');
	margin:0;
	padding:0;
	width:780px;
	height:31px;
	top:202px;
	right:0;
	position: absolute;
	list-style:none;
	z-index:9999;
}

.menuPrincipale li{
/*	width:156px;*/
	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;
	width:111px;
	position:absolute;
	top:31px;
	left:0px;
}
.AL1 {
	width:111px;
}

.AL2 {
	width:156px;
}

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

.AL3 {
	width:196px;
}

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

/* COLLEGAMENTI */
.AL1 a {
	padding-top:9px;
	display:block;
	text-transform:uppercase;
	text-decoration:none;
	font:10px Arial,sans;
	text-align:center;
	font-weight:bold;
	font-style: italic;
}

.AL2 a {
	padding-top:6px;
	border-bottom:1px solid #fff;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}

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

.AL1 a:hover,
.AL1 a:focus,
.AL1 a:active {
	height:31px;
	color:#ffbe20;
}


.AL2 a:link,
.AL2 a:visited {
	background:#313183;
	height:24px;
	color:#fff;
}

.AL2 a:hover,
.AL2 a:focus,
.AL2 a:active{
	background:#313183;
	height:24px;
	color:#ffbe20;
}


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


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

div#menuPrincipaleBar .sub8 {
	display: none;
}