
.arrowlistmenu{
width: 230px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 11px Arial;
color: white;
background: black url(../../images/titlebar.png) repeat-x center left;
margin-bottom: -11px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
TEXT-ALIGN: Center;
padding: 6px 0 0 0; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
Height: 20px;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(../../images/titlebar-active.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: -10px; /*bottom spacing between each UL and rest of content*/
}

