

.arrowlistmenu {
width: 120px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader { /*CSS class for menu headers in general (expanding or not!)*/
font: ;
color: ;
background: ;
margin-bottom: ; /*bottom spacing between header and rest of content*/
text-transform: ;
padding: ; /*header text is indented 10px*/
cursor: ;
cursor: ;
}

.arrowlistmenu .openheader { /*CSS class to apply to expandable header when it's expanded*/
background-image:;
}


#leftnav .openheader li a {
	list-style-image: url('../images/bullet-gray-down-on-gray.gif');
	}	
	
.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: ;
margin: ;
padding: ;
margin-bottom: ; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: ; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: ;
background: ; /*custom bullet list image*/
display: ;
padding: ;
padding-left: ; /*link text is indented 19px*/
text-decoration: ;
font-weight: ;
border-bottom: ;
font-size: ;
}

.arrowlistmenu ul li a:visited{
color: ;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: ;
background-color: ;
}
	
	