.arrowlistmenu{
width: 100%; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
line-height:14px;
font: bold 12px Verdana;
color: white;
background: url(images/menu_bullet.gif) no-repeat center left;
margin-top: 5x;
margin-bottom: 5px; /*bottom spacing between header and rest of content*/
padding: 2px 10px 2px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu h3{ 
margin: 0px;
border-bottom:1px solid #f8a804;
padding:0px 0px 0px 0px;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(images/menu_bullet.gif) no-repeat center left;
}

.arrowlistmenu .menuheader:hover{
background-image: url(images/menu_bullet.gif) no-repeat center left;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
border-bottom:0px;
}

.arrowlistmenu ul li{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
height: 20px;
/*border-bottom: 1px solid #dadada;*/
}

.arrowlistmenu ul li a{
/*color: black;*/
/*#A70303;*/
background: url(images/arrowbullet.gif) no-repeat;
background-position: 5px 50%; /*custom bullet list image*/
margin: 0px 0px 0px 0px;
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/

/*font-weight: bold;*/
/*border-bottom: 1px solid #dadada;*/
border-bottom:0px;
font-size: 90%;
border:0px;
}

.arrowlistmenu ul li a:visited{
/*color: black;*/
/*#A70303;*/
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
text-decoration:underline;
/*color: black;*/
/*#A70303;*/
}