
.arrowlistmenu{
width: 180px; /*width of accordion menu*/
margin: 150px 0 0 50px;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
color: #FFFFFF;
font-weight: bold;
cursor: hand;
cursor: pointer;
margin-top: 10px;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(titlebar-active.png);
}

.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*/
color: #FFFFFF;
}

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

.arrowlistmenu ul li a{
color: #FFFFFF;
display: block;
padding: 2px 0;
padding-left: 20px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
font-size: 90%;
}

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

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #FFFFFF;
padding-left: 25px;
}

.arrowlistmenu a{
color: #FFFFFF;
display: block;
padding: 2px 0;
text-decoration: none;
font-weight: bold;

}

.arrowlistmenu a:visited{
color: #FFFFFF;
}

.arrowlistmenu a:hover{ /*hover state CSS*/
color: #FFFFFF;

}


