.arrowlistmenu{
width:208px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
color:#7f7f7f;
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
display: block;
padding: 1px 0;

text-decoration: none;
font-size:11px;
cursor: hand;
cursor: pointer;
}

.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 0 0 10px;
margin-bottom: 2px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 1px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color:#6b6b6b;
background: url() no-repeat center left; /*custom bullet list image*/
display: block;
padding: 1px 0;
padding-left:22px; /*link text is indented 19px*/
text-decoration: none;
font-size:11px;
}

.arrowlistmenu ul li a:visited{
color: #6b6b6b;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #056219;
}

.style1 {color: #a6a6a6}

.fist-heading a{
color:#7f7f7f;
background: url(../images/black-arrow.gif) 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-size:11px;
}
.fist-heading a:hover{ /*hover state CSS*/
color:#8b0303;
}