li {margin:0; padding:0;} /* reset these values to be sure */

.arrowlistmenu{
	/* width: 120px; width of accordion menu*/
	width: 100%;
	background-color:#FFFFFF;
	margin-bottom:2px;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 12px Arial;
	color: white;
	background-color:#CC6E00;
	background-image:url(titlebar_arancione_chiusa.gif);
	background-position:left top;
	background-repeat:no-repeat;
	height:68px;
	/*background: black url(titlebar.gif) repeat-x center left;*/
	margin-bottom: 0px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 2px 10px 2px 0px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
	line-height:48px;
	text-align:right;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	/*background-image: url(titlebar-active.gif);*/
	background-image:url(titlebar_blu_aperta.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
	padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
	/*background: lightblue !important;*/
	background-color:#D66F13;
	color:#FFFFFF;
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
	background-color:#2764B4;
	color:#FFFFFF;
	/*background: lightgreen !important;*/
}

.arrowlistmenu ul li a{
	color: #003882;
	/*color: #A70303;*/
	background: url(arrowbullet.gif) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	/*font-weight: bold;*/
	border-bottom: 1px dotted #dadada;
	/*font-size: 90%;
	font-size: 95%;*/
}

.arrowlistmenu ul li a:visited{
	/*color: #003882;
	color: #A70303;*/
	text-decoration: none;
	/*font-weight: bold;
	font-size: 90%;
	font-size: 95%;*/
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	background-color: #F3F3F3;
	color:#003882;
	text-decoration: none;
	/*font-weight: bold;
	font-size: 95%;*/
}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
	background: lightblue;
}
