.arrowlistmenu{width: 211px; /*width of accordion menu*/ padding:3px 0 20px 7px;}
.arrowlistmenu h3 img{padding:10px 0 0 0; border:5px;}
.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/font: normal 12px Arial;color: #000000;margin-top:4px; /*bottom spacing between header and rest of content*/padding:0 0 0 13px; /*header text is indented 10px*/cursor: pointer;background:url(../images/menu_close.gif) top left no-repeat;font-size:18px; font-weight:normal; color:#3a290f; height:31px; line-height:31px; }
.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/background:url(../images/menu_open.gif) 4% 50% no-repeat;}
.arrowlistmenu .openheader span{color:#5cb0bf;}
.arrowlistmenu .menuheader span{color:#5cb0bf;}
.arrowlistmenu ul{ /*CSS for UL of each sub menu*/list-style-type: none;margin: 0 0 10px 20px;padding: 0;}
.arrowlistmenu ul li{padding-bottom: 2px; /*bottom spacing between menu items*/}
.arrowlistmenu ul li a{font-size:11px; color:#8c8c8b; text-decoration:none; display:block; background:url(../images/arrow.gif) center left no-repeat; padding:0 0 3px 15px;}
.arrowlistmenu ul li a:hover{ /*hover state CSS*/background:url(../images/arrow.gif) center left no-repeat #f3f3f3; font-weight:bold; color:#ed377a;}