
.arrowlistmenu{
width: 232px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: normal 18px Georgia, "Times New Roman", Times, serif;
color: #001e49;
background: url(../images/left-menu-bk.jpg) repeat-x center left;
margin:0px;
text-transform: uppercase;
padding:10px 5px 5px 15px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
width:212px;
height:23px;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
color: #FFF;
background-image: url(../images/left-menu-bk-ho.jpg);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0px;
padding: 5px 0 10px 15px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#696969;
}

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

.arrowlistmenu ul li a{
color: #696969;
background: url(../images/arrow.jpg) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
margin: 0px;
text-decoration: none;
}

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

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #001e49;
}
