.arrowlistmenu{
width: 200px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px Arial; color: white; background: #3a902f url(../images/titlebar.png) repeat-x left center; text-transform: uppercase; height: 35px; padding: 8px 0 8px 5px; /*header text is indented 5px*/
cursor: hand; cursor: pointer; }

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
font: bold 14px Arial; color: #fff; background-color: #0e3713; background-image: url(../images/titlebar-active.png); }

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/

font-size: 13px; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; list-style-type: none; margin: 2px 0; padding: 5px 0; /*bottom spacing between each UL and rest of content*/
}
.arrowlistmenu ul a{ color: #000; text-decoration: none; }
