/*
 ------------------------------------------------------------
	CMS_MENU_STYLE.CSS		
 ------------------------------------------------------------
	Foglio stile per menu
	Data:  15-07-2005
 ------------------------------------------------------------
*/
/* MENU */
.menuPrincipale{
margin: 0px;
padding: 0px;
width: 700px;
position: absolute;
left: 0px;
list-style:none;
}
li{
float:left;
width: 140px;
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:140px;
position:absolute;
top:33px;
left:0px;
}
.AL2 {
display: none;
}
.AL2 ul.subVisibile{
margin:0;
width:140px;
position:absolute;
top: 0px;
left:140px;
}
.AL3 ul.subVisibile{
margin:0;
width:180px;
position:absolute;
top: 0px;
left:140px;
}
/* COLLEGAMENTI */
.AL1 a {
	padding-top: 8px;
	display:block;
	text-decoration:none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}
.AL2 a {
	padding-left: 8px;
	display:block;
	text-decoration:none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	text-align: left;
	border-bottom: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
}
.AL3 a {
	padding-left: 8px;
	display:block;
	text-decoration:none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	text-align: left;
	border-bottom: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
}
/* COLORI */
.AL1 a:link,
.AL1 a:visited {
	background:transparent;
	height: 26px;
	background-position:left center;
	color: #303030;
}
.AL1 a:hover,
.AL1 a:focus,
.AL1 a:active {
	background:transparent;
	height: 26px;
	background-position:left center;
	color: #bd1a10;
}
.AL2 a:link,
.AL2 a:visited {
	background:#494949;
	height: 22px;
	color: white;
}
.AL2 a:hover,
.AL2 a:focus,
.AL2 a:active{
	background:#6d6d6d;
	height: 22px;
	color:white;
}
.AL3 a:link,
.AL3 a:visited {
	background:pink;
	height: 22px;
	color:white;
}
.AL3 a:hover,
.AL3 a:focus,
.AL3 a:active{
	background:red;
	height: 22px;
	color:white;
}
/* VOCI CON SOTTO MENU */
#menuPrincipaleBar a.more:link,
#menuPrincipaleBar a.more:visited{
}
#menuPrincipaleBar .sub1{
}
#menuPrincipaleBar .sub2{
}
#menuPrincipaleBar .sub3{
}
#menuPrincipaleBar .sub4{
text-indent:35px;
}
#menuPrincipaleBar .sub5{
}