.arrowlistmenu{
width: 145px; /*width of accordion menu*/
padding:8px 0pt 0pt 0px;
		font-size: 11px;
		font-weight: bold;
		color: #3f3f3f;
		text-transform: normal;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 11px Arial;
color: #3F3F3F;
margin-bottom: 8px; /*bottom spacing between header and rest of content*/
text-transform: none;
padding: 0 6px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
line-height: 13px;
}

.arrowlistmenu .menuheader a{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 11px Arial;
color: #3F3F3F;
text-transform: none;
padding: 0;
text-decoration: none;
line-height: 13px;
margin-bottom: 8px; /*bottom spacing between header and rest of content*/

}

.arrowlistmenu .menuheader a:hover, .arrowlistmenu .menuheader:hover{ 
font: bold 11px Arial;
color: #6A8896;
text-transform: none;
text-decoration: none;
line-height: 13px;
}


.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0 0 8px 0;
padding: 0;
}

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

.arrowlistmenu ul li a{
color: #3F3F3F;
background-color: #FFF; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 15px; /*link text is indented 19px*/
text-decoration: none;
font-weight: normal;
font-size: 11px;
}

.arrowlistmenu ul li a:visited{
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #FFF;
background-color: #6A8896;
}
