.arrowlistmenu{
width: 200px; /*width of accordion menu*/
height:40px;
border:solid 0px #000;
margin-left:5px;
text-align:left;

}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font-family: AvantGarde Bk BT,arial;
font-size:12px;
color: #575757;
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
padding: 0px; /*header text is indented 10px*/
/*cursor: hand;*/
cursor: pointer;
border:solid 0px #000;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background:url(../images/menuhover.gif) no-repeat;


}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
border:solid 0px #000;
 /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
color:#999897;
font-family: AvantGarde Bk BT,arial;
font-size:11px;
margin-left:5px;
padding-bottom: 0px; /*bottom spacing between menu items*/

}
.arrowlistmenu ul li a{
color:#999896;
}
h5{
margin:4px 0px 4px 0px;
font-weight:normal;
color:#575757;
font-size:12px;
}
a{
	color:#575757;
	text-decoration:none;
}
a:hover{
	color:#d5aa89;
	text-decoration:none;
}