.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
height: 20px;
font: bold 14px Arial;
color: #35609a;
background: url(../images/bg-08-1.png) repeat-x center left;
margin: 5px 0 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 3px 0 0 15px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu h3 a {
        color: #35609a;
        text-decoration: none;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
        background: url(../images/bg-08-1.png) repeat-x center left;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
        list-style-type: none;
        margin: 0;
        padding: 0;
}

.arrowlistmenu ul li{
        padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
        color: #35609a;
        background: url(../images/arrowbullet.png) 15px center no-repeat; /*custom bullet list image*/
        display: block;
        padding: 2px 0;
        padding-left: 35px; /*link text is indented 19px*/
        text-decoration: none;
        text-align: left;
        font-weight: bold;
        border-bottom: 1px solid #dadada;
        font-size: 11px;
}

.arrowlistmenu ul li a:visited{
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
background-color: #F3F3F3;
}
