.acco{
width: 225px; /*width of accordion menu*/
margin-left:auto;
margin-right:auto;
}

.acco .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/

margin-bottom: 10px; /*bottom spacing between header and rest of content*/


}

.acco .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(/siteimages/titlebar.png);
}

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

margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.acco ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/

}






/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

