.arrowlistmenu{
/*width of accordion menu*/}

.tipologia { background:url(../img/menu_header.gif); background-position: 0 0; width: 150px; height: 25px;  color: #FFFFFF; font-weight: bold; line-height: 25px; padding-left: 5px; margin-top: 10px; } /* modificato da FARMACIA */

.arrowlistmenu h3{margin: 0; padding: 0; height: auto !important; }
.arrowlistmenu h3 a {color: #000000; text-decoration: none; display: block; }
.arrowlistmenu h3 a:hover {color: #A60279; text-decoration: underline;} /* modificato da FARMACIA */


.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: 12px Arial;
color: #000;
background: #e1d7ba;
height: 23px; line-height: 23px;
margin: 0; /*bottom spacing between header and rest of content*/
padding: 0 5px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
border-bottom: 2px solid #FFFFFF;
width: 145px !important;

}


.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background: #f1d1e8; 
} /* modificato da FARMCIA */

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #000000;
/*custom bullet list image*/
display: block;
padding: 5px 0;
padding-left: 10px; /*link text is indented 19px*/
text-decoration: none;
border-bottom: 2px solid #FFFFFF;
background: #e9e2cf;
font-size: 85%; 
}

.arrowlistmenu ul li a:visited{
color: #000000;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A60279;  text-decoration: underline;
}

ul.categoryitems { display: none;}



