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

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: 12px Arial;
color: white;
background: #001D78 url(titlebar.png) repeat-x center left;
margin-top: 7px; /*bottom spacing between header and rest of content*/
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
padding: 8px 0 8px 5px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background: #B90000 url(images/menu/titlebar-active.png) repeat-x center left;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}


