.arrowlistmenu{
width: 100%; /*width of accordion menu*/
margin-top: 35px;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 11px Arial, Helvetica, sans-serifl;
color: #252524;
background: #d8d8d8 url(titlebar.png) repeat-x center left;
text-transform: uppercase;
padding: 6px 0 6px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
border-bottom: 1px solid #c7c7c7
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(titlebar-active.png);
}

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

.arrowlistmenu ul li{
padding-bottom: 0px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #252524;
background: white no-repeat center left; /*custom bullet list image*/
display: block;
padding: 6px 0 6px 10px; /*header text is indented 10px*/
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font: normal 11px Arial, Helvetica, sans-serifl;
border-bottom: 1px solid #dadada;
font-size: 11px;
border-bottom: 1px solid #c7c7c7

}

.arrowlistmenu ul li a:visited{
color: #252524;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}

.arrowlistmenu ul li a:active{
color: #A70303;
background-color:  #dadada;

}

h3 a, h3 a:link, h3 a:visited, h3 a:hover, h3 a:visited:hover {
	color: black;
	text-decoration: none;
}
