
.arrowlistmenu{
width: 507px; /*width of accordion menu*/
text-align:justify;
}
.arrowlistmenu img{
	padding:0 10px;
}
.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font-family:"Times New Roman", Times, serif;
color:#000000;
font-size:18px;
background:url(../images/close_tab.jpg) no-repeat right;

margin-bottom: 0px; /*bottom spacing between header and rest of content*/
padding: 8px 2px 5px 0px; /*header text is indented 10px*/
cursor: pointer;
}

h3{ margin:0px; padding:0px; font-weight:normal;}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background: url(../images/open_tab.jpg) no-repeat right;

font-family:"Times New Roman", Times, serif;
color:#A97933;
font-size:18px;
padding-left:0px;
}

.categoryitems1{padding:0px 0px 10px 0px; background:#ffffff url(../img/tab-back.gif) repeat-x;}
.categoryitems1 p { margin:5px 0;}

