.arrowlistmenu{
width: 162px; /*width of accordion menu*/
height: 347px;
#height: 349px;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 11px verdana, helvetica, sans-serif;
color: #000;
background: #e3e3e3;
margin: 0;
padding: 4px 0 4px 6px;
border-bottom: 1px solid #c0c2c9;
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-color: #990275;
color: #fff;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.arrowlistmenu ul li{
margin: 0;
padding: 0;
}

.arrowlistmenu ul li a{
color: #000;
background: #fff; /*custom bullet list image*/
display: block;
padding: 4px 0;
padding-left: 16px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #c0c2c9;
font: normal 11px verdana, helvetica, sans-serif;
}


.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #990275;
background: #F3F3F3 url(../images/bullet.png) no-repeat 8px 8px;
#background: #F3F3F3 url(../images/bullet.png) no-repeat 8px 9px;
}

.arrowlistmenu ul li a.active{
display: block;
padding: 4px 0;
padding-left: 16px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #c0c2c9;
font: normal 11px verdana, helvetica, sans-serif;
color: #990275;
background: #F3F3F3 url(../images/bullet.png) no-repeat 8px 8px;
#background: #F3F3F3 url(../images/bullet.png) no-repeat 8px 9px;
}

.arrowlistmenu h3 a{
background:#e3e3e3;
}

.arrowlistmenu h3:hover{
background:#990275;
color: #fff;
}

.arrowlistmenu h3.active{
    background:#990275;
    color: #fff;
}
