.arrowlistmenu{
width: 228px; /*width of accordion menu*/
vertical-align: top;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 11px tahoma;
color: #000000;
background: url(../images/main_header.jpg) no-repeat center left;
background-position:center;
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 23px 0px 0px 30px; /*header text is indented 10px*/
cursor:hand;
height: 35px;
vertical-align: middle;

}

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

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
font-family: tahoma;
margin: 0;
padding: 0;
margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
vertical-align: middle;

}

.arrowlistmenu ul li{
padding-bottom: 0px; /*bottom spacing between menu items*/
vertical-align: middle;
background: url(../images/sub_menu.jpg) no-repeat center left; /*custom bullet list image*/
cursor:hand;
height: 31px;
background-repeat:no-repeat;
background-position:left;
text-align:left;
}

.arrowlistmenu ul li a{
color: #FFFFFF;
background: url(../images/sub_menu.jpg) no-repeat center left;/*custom bullet list image*/
display: table-cell;
padding-left: 30px; /*link text is indented 19px*/
text-decoration: none;
font-size: 11px;
cursor:hand;
height: 31px;
vertical-align: middle;
margin-top: 0px;
background-repeat:no-repeat;
background-position:left;
text-align:left;
}

.arrowlistmenu ul li a:visited{
color: #FFFFFF;
vertical-align: middle;
}

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