
.arrowlistmenu{
width: 100%; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font-size:12px;
color: #181512;
/*margin-bottom: 10px; *//*bottom spacing between header and rest of content*/
padding: 0px 0 0px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
line-height:1em;
margin-bottom:1px;
margin-top:6px;
font-family:Arial, Helvetica, sans-serif;
}

.arrowlistmenu .prima_voce{ /*CSS class for menu headers in general (expanding or not!)*/
font-size:12px;
color: #181512;
/*margin-bottom: 10px; *//*bottom spacing between header and rest of content*/
padding: 0px 0 0px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
line-height:1em;
margin-bottom:1px;
margin-top:0px;
font-family:Arial, Helvetica, sans-serif;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
font-family:Arial, Helvetica, sans-serif;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0px;
padding: 0px;
line-height:0.8em;
margin-bottom: 5px; /*bottom spacing between each UL and rest of content*/
font-family:Arial, Helvetica, sans-serif;
}

.arrowlistmenu li{
line-height:0.8em;
margin: 0px;
padding: 0px;
font-family:Arial, Helvetica, sans-serif;
}

.arrowlistmenu a{
color: #181512;
}

.arrowlistmenu ul li a{
color: #181512;
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-size: 12px;
line-height:1.2em;
font-family:Arial, Helvetica, sans-serif;
}

.arrowlistmenu ul li a:visited{
color: #181512;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #000000;
}
div.categoryitems{
line-height:1.5em;
margin-bottom:5px;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
}

