
.arrowlistmenu{
width: 180px; /*width of accordion menu*/
float: left;
height: 1300px;
padding-left: 10px;
padding-right: 10px;
padding-top: 0px;
margin-top: 0;
text-align: left;

}

.arrowlistmenu .menuheader a{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px Verdana;
color: #2c9962;
background: url(../images/titlebar.jpg) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
border-bottom: 1px solid #dadada;
cursor: pointer;
}

.arrowlistmenu .openheader a{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(../images/titlebar_active.jpg);
}

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

.arrowlistmenu ul li{
padding-bottom: 0px; /*bottom spacing between menu items*/
font: 12px Verdana;
}

.arrowlistmenu ul li a{
color: #2c9962;
background: url(../images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #2c9962;
}

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

#arrowlistmenu h1 {
font: bold 16px Verdana;
color: #000000;
padding-top: 10px;
padding-bottom: 5px;
margin-top: 0px;
text-align: center;
}

.arrowlistmenu h1 a, .arrowlistmenu h1 a:hover, .arrowlistmenu h1 a:visited, .arrowlistmenu h1 a:active {
font: bold 16px Verdana;
color: #000000;
}

.arrowlistmenu h1 a {
text-decoration: underline;
}

.arrowlistmenu h1 a:hover, .arrowlistmenu h1 a:active {
text-decoration: none;
}