.arrowlistmenu{
width: 180px; /*width of accordion menu*/
padding-left: 19px; 
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #ab1010;
	background: #ffffff url(../libs/images/fdo.gif) repeat-x center left;
	margin-top: 2px;
	margin-bottom: 5px; /*bottom spacing between header and rest of content*/
	padding: 4px 0 4px 10px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS barra principal expandida*/
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-image: url(../libs/images/fdoOk.gif);
	/*border-bottom: 1px solid #000000;*/
}

.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: #ffffff url(../libs/images/arrowbullet.gif) no-repeat center left;

}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
background: #ffffff url(../libs/images/arrowbullet.gif) no-repeat center left;
border-bottom: 1px solid #ab1010;
}

.arrowlistmenu ul li a{
color: #000000;
background: url(../libs/images/arrowbullet.png) 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 solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
background: #ffffff url(../libs/images/arrowbullet.gif) no-repeat center left;
color: #000000;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
background: #f3f3f3 url(../libs/images/arrowbullet.gif) no-repeat center left;
}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
background: #f3f3f3 url(../libs/images/arrowbullet.gif) no-repeat center left;
}
