.arrowlistmenu{
width: 670px; /*width of accordion menu*/
}

.arrowlistmenu IMG{ border: solid 2px #79a6d2; 
}
.arrowlistmenu IMG.thumb{ text-align: left; float: left; border: solid 1px #fff; }

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px Arial;
color: white;
background: #79a6d2 url(../images/titlebar.png) repeat-x left center;
text-transform: uppercase;
padding: 2px 0 2px 5px; /*header text is indented 5px*/
cursor: hand;
cursor: pointer;
}

.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: 2px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul p{ text-align: justify; padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul p{ color: #000; background-image: url(../images/arrowbullet.png); background-repeat: no-repeat; background-attachment: scroll; background-position: left top; display: block; padding: 2px 0 2px 15px; text-decoration: none; text-align: justify; }

.arrowlistmenu ul li a{ color: #000; display: block; padding: 2px 0 2px 2px; text-decoration: none; text-align: justify; }

.brochure { text-align: left; float: left; padding: 2px; }
.brochure a{ color: #79a6d2;}