.arrowlistmenu{
width: 685px; /*width of accordion menu*/
padding-bottom: 20px;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 13px Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #333;
margin-bottom: 5px; /*bottom spacing between header and rest of content*/
padding-left: 75px;
padding-right: 30px;
padding-top: 6px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
text-decoration: underline;
}

.arrowlistmenu .menuheader:hover{ 
text-decoration: none;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
text-decoration: none;
}

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

.arrowlistmenu ul li{
padding-bottom: 5px; /*bottom spacing between menu items*/
padding-left: 75px;
padding-right: 118px;
font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 13px;
color: #333;
}

.arrowlistmenu ul li a{
color: #333;
display: block;
padding: 2px 0;
text-decoration: none;
border-bottom: 1px solid #dedede;
font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 13px;
}
/*
.arrowlistmenu ul li a:visited{
color: #A70303;
}
*/

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