.farrowlistmenu{
background-color:#f8f8fa;
border:1px solid #e0dfe5;
}
.arrowlistmenu{
/*width: 180px; width of accordion menu*/
margin:0 10px 0;
color: #87acb4;

}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
/*font: bold 14px Arial;*/
background:url(../images/icon_title.jpg) no-repeat center left;
color: #89b0c1;
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
text-transform: none;
padding: 0px 0 2px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
border-bottom: 1px solid #e0dfe5;
padding-top:5px;
padding-bottom:5px;
}
.arrowlistmenu .menuheader a:hover{
color:#000;
}
.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
color: #87acb4;

}

.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: 2px; /*bottom spacing between menu items*/
}

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

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

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