.arrowlistmenu{ width: 430px; margin-left: 10px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
color: #000; font-size: 11px; font-weight: normal; font-style: normal; font-variant: normal; line-height: 1.5em; background-image: url(../images/titlebar.png); background-repeat: repeat-x; background-attachment: scroll; background-position: left center; margin-left: 5px; padding-top: 2px; padding-right: 0; padding-left: 5px; cursor: hand; cursor: pointer; }

.arrowlistmenu .openheader{ /*CSS class for menu headers in general (expanding or not!)*/
color: #000; font-size: 11px; font-weight: normal; font-style: normal; font-variant: normal; line-height: 1.5em; background-image: url(../images/titlebar.png); background-repeat: repeat-x; background-attachment: scroll; background-position: left center; margin-left: 5px; padding-top: 2px; padding-right: 0; padding-left: 5px; cursor: hand; cursor: pointer; }

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/

margin-top: 0; margin-right: 0; margin-left: 0; list-style-type: none; padding: 0; /*bottom spacing between each UL and rest of content*/
}
.arrowlistmenu ul p{ color: #000; text-decoration: none; text-align: justify; padding-right: 0; padding-left: 2px; }
.arrowlistmenu ul p b{ color: #2f9e19;}
.arrowlistmenu ul h3{ color: #2f9e19; font-size: 11px; padding: 2px 0 2px 2px; text-decoration: none; text-align: justify; FONT-WEIGHT: bold; MARGIN-BOTTOM: 5px; }

.arrowlistmenu ul ul{ color: #000; padding: 2px 0 2px 15px; text-decoration: none; text-align: justify; }
