/* 

.arrowlistmenu{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	padding-bottom: 0px;
	width: 785px;
}

.arrowlistmenu h3{
	margin-top:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 0px;
}

.arrowlistmenu h3 a{
	color: #000;
	text-decoration: none;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.arrowlistmenu h3 a:visited{
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 15px;
}

.arrowlistmenu h3 a:hover{ /*hover state CSS
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: underline;
	font-size: 15px;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: none;
	margin-bottom: 0px; /*bottom spacing between each UL and rest of content
	font-size: 10px;
	margin-right: 0;
	margin-left: 0;
	width: 785px;
}

.arrowlistmenu ul li{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	padding-left: 0px;
	width: 785px;
}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header
	margin-bottom: 0px;
/*background: lightblue !important;

}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header
	margin-bottom: 0px;
/*background: lightgreen !important;

}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)
	cursor: hand;
	cursor: pointer;
	margin-bottom: 0px; /*bottom spacing between header and rest of content


}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header
	/*background: lightblue;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;	

}
.submenu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color:#7f7f7f;
	font-style: italic;
}

.submenu a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color:#7f7f7f;
	text-decoration:none;
	font-style: italic;
}

.submenu a:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color:#28e600;
	font-style: italic;
}

.submenu a:visited{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color:#7f7f7f;
	text-decoration:line-through;
	font-style: italic;
}



 */


/* //////////////////////////////////////////// MENU DESPLEGABLE ///////////////////////////////////////////////////////////////////// */

.arrowlistmenu{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
}

.arrowlistmenu h3{
	margin-top:0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
}

.arrowlistmenu h3 a{
	color: #FFF;
	text-decoration: none;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.arrowlistmenu h3 a:visited{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	font-size: 13px;
}

.arrowlistmenu h3 a:hover{ /*hover state CSS*/
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	text-decoration: none;
	font-size: 13px;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
	font-family: Georgia, "Times New Roman", Times, serif;
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
	font-size: 10px;
}

.arrowlistmenu ul li{
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 0px; /*bottom spacing between menu items*/
	width: 145px;
	font-size: 10px;
}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
/*background: lightblue !important;*/

}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
/*background: lightgreen !important;*/

}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	margin-bottom: 0px; /*bottom spacing between header and rest of content*/
	cursor: hand;
	cursor: pointer;

}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
	/*background: lightblue;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;	

}
.submenu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color:#7f7f7f;
	font-style: italic;
}

.submenu a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color:#7f7f7f;
	text-decoration:none;
	font-style: italic;
}

.submenu a:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: italic;
	color:#ef412a;
	text-decoration:none;
}

.submenu a:visited{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color:#7f7f7f;
	text-decoration:line-through;
	font-style: italic;
}


/* ///////////////////////////////////// fi del desplegable /////////////////////////////////// */

