/* MENU */
div#menuSecondarioBar {
	list-style-type: none;
	position: absolute;
	top: 56px;
	left: 123px;
	margin: 0px;
	padding: 0px;
	width: 120px;
}



/* SOTTO MENU */
.BL1 ul{
	list-style-type: none;
}

/* SOTTO MENU SENZA JS */
.BL1 ul{
	list-style-type: none;
}

/* SOTTO MENU CON JS:ON OFF */
.BL1 ul.subNascosto {
	list-style-type: none;
	margin:0;
}

.BL1 ul.subVisibile{
	list-style-type: none;
	margin:0;
}

.BL2 {

	width: 150px;
	height: 25px;
	background-image: url(/custom_cms/images/sfondo_sub_2.jpg);
	background-repeat: no-repeat;
}

.BL2 ul.subVisibile{
	list-style-type: none;
	margin:0;
}

.BL3 {
	margin:0;
	padding:0;
}

.BL3 ul.subVisibile{
	margin:0;
}

/* COLLEGAMENTI */
.BL1 a {
	text-decoration: none;
	font-family: Arial, Thaoma, Verdana, Helvetica, sans;
	font-size: 1px;
	text-align: left;
	font-weight:bold;
}

.BL2 a {
	padding-left: 5px;
	text-decoration: none;
	font-family: Arial, Thaoma, Verdana, Helvetica, sans;
	font-size: 11px;
	text-align: left;
}

.BL3 a {
	padding-left: 10px;
	text-decoration: none;
	font-family: Arial, Thaoma, Verdana, Helvetica, sans;
	font-size: 11px;
	text-align: left;
}

/* COLORI */
.BL1 a:link,
.BL1 a:visited {
	background: trasparent;
	color: #fff;
}

.BL1 a:hover,
.BL1 a:focus,
.BL1 a:active {
	background: trasparent;
	color: #fff;
}

.BL2 a:link,
.BL2 a:visited {
	background: trasparent;
	color: #003399;
}

.BL2 a:hover,
.BL2 a:focus,
.BL2 a:active {
	background: trasparent;
	color: #003399;
}

.BL3 a:link,
.BL3 a:visited {
	background: trasparent;
	color: #003399;
}

.BL3 a:hover,
.BL3 a:focus,
.BL3 a:active {
	background: trasparent;
	color: #003399;
}

/* gestione menu nascosti */

/*.BL2{
	display:none;
}*/
div#menuSecondarioBar .corrente .BL2{
	visibility: visible !important;
	display:block;
}

/*III livello*/
.BL3{
	display:none;
}
div#menuSecondarioBar .corrente2 .BL3{
	visibility: visible !important;
	display:block;
}

/*IV livello*/
.BL4{
	display:none;
}
div#menuSecondarioBar .corrente3 .BL4{
	visibility: visible !important;
	display:block;
}

/*V livello*/
.BL5{
	display:none;
}
div#menuSecondarioBar .corrente4 .BL5{
	visibility: visible !important;
	display:block;
}





#menuSecondarioBar .corrente3  a{
	color:#e58900;
}