
.arrowlistmenu{
width: 220px; /*width of accordion menu*/
font-family:Arial;
font-size:12px;
margin-top: 20px;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
color: #000000;
margin: 5px 0px 12px; /*bottom spacing between header and rest of content*/
padding: 0px 0px 0px 25px; /*header text is indented 10px*/
cursor: pointer;
background : #fff url(../left.png) no-repeat left center;
}


.menuheader a{ 
color: #000000;
text-decoration:none;
}
.menuheader a:visited{ 
color: #000000;
text-decoration:none;
}
.menuheader a:hover{ 
color: #990000;
text-decoration:none;

}
.menuheader a.selct{
color: #990000;
margin: 6px 0px 12px -25px; /*bottom spacing between header and rest of content*/
padding: 0px 0px 0px 25px; /*header text is indented 10px*/
background : #fff url(../images/icon_red_1.png) no-repeat left center;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background : #fff url(../images/left_menu_img_red.png) no-repeat left center;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0px 0px 10px 25px;
padding: 0;
font-size:11px;


}

.arrowlistmenu ul li{
padding-bottom: 5px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #606060;
display: block;
text-decoration:none;
}

.arrowlistmenu ul li a:visited{
color: #606060;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #990000;
}

.arrowlistmenu ul li a.selct{ /*hover state CSS*/
color: #990000;
}