
.arrowlistmenu{
margin-top:35px;
width: 100%; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font-size:11px;
color: #ffffff;
/*margin-bottom: 10px; *//*bottom spacing between header and rest of content*/
padding: 10px 0 0px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
line-height:1em;
margin-bottom:6px;
margin-top:0px;
}

.menuheader a{
color:#FFFFFF;
}

.menuheader a:hover{
color: #E4B00F;
}

.menuheader2{ /*CSS class per trasparenza.php*/
font-size:11px;
color: #2f55b9;
/*margin-bottom: 10px; *//*bottom spacing between header and rest of content*/
padding: 5px 0 0px 5px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
line-height:1em;
margin-bottom:6px;
margin-top:0px;
}

.menuheader2 a{
color:#2F55B9;
}

.menuheader2 a:hover{
color: #E4B00F;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
}

.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*/
}

.arrowlistmenu li{
line-height:0.8em;
margin: 0px;
padding: 0px;
}

.arrowlistmenu ul li a{
color: #ffffff;
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-size: 11px;
line-height:1.2em;
}

.arrowlistmenu ul li a:visited{
color: #181512;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #000000;
}

.categoryitems a{
color: #ffffff;
font-size:13px;
}
.categoryitems a:hover{
color: #E4B00F;
}
.categoryitems a:active{
color: #E4B00F;
}
div.categoryitems{
line-height:1.5em;
margin-left:20px;
}



/* SOTTOMENU PRODOTTI */
.arrowlistmenu2{
margin-top:5px;
width: 100%; /*width of accordion menu*/
}
.arrowlistmenu2 .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font-size:11px;
color: #2f55b9;
/*margin-bottom: 10px; *//*bottom spacing between header and rest of content*/
padding: 5px 0 0px 5px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
line-height:1em;
margin-bottom:6px;
margin-top:0px;
}

.menuheader a{
color:#FFFFFF;
}

.menuheader a:hover{
color: #E4B00F;
}

.arrowlistmenu2 .openheader{ /*CSS class to apply to expandable header when it's expanded*/
}

.arrowlistmenu2 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*/
}

.arrowlistmenu2 li{
line-height:0.8em;
margin: 0px;
padding: 0px;
}

.arrowlistmenu2 ul li a{
color: #2f55b9;
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-size: 11px;
line-height:1.2em;
}

.arrowlistmenu2 ul li a:visited{
color: #181512;
}

.arrowlistmenu2 ul li a:hover{ /*hover state CSS*/
color: #000000;
}

.categoryitems2 a{
color: #575757;
font-size:12px;
}
.categoryitems2 a:hover{
color: #E4B00F;
}
.categoryitems2 a:active{
color: #E4B00F;
}
div.categoryitems2{
line-height:1.5em;
margin-left:20px;
}
