.arrowlistmenu{
width: 230px; /*width of accordion menu*/
border-top: 1px solid #4c4a4e;
border-bottom: 1px solid #6f6e73;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 16px Arial;
color: white;
/*background: #636466 url(titlebar.png) repeat-x center left;*/
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 10px 0 10px 20px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
border-top: 1px solid #636267;
border-bottom: 1px solid #4c4a4e;

}
h3.menuheader {
	background-color: #58595b;
}
h3.menuheader a:hover{
	background-color: #gray;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
/*background-image: url(../img/titlebar-active.png);*/
background-color: #ad2423;
border-top: 1px solid #b63938;
border-bottom: 1px solid #951d1c;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
padding: 0px;
border-bottom: 0px; /*bottom spacing between each UL and rest of content*/

}

.arrowlistmenu ul li{
padding: 0px; /*bottom spacing between menu items*/
border-top: 1px solid #8d8c90;
border-bottom: 1px solid #a3a3a7;
}

.arrowlistmenu ul li a{
color: #000;
background: #98989c url(../img/arrowbullet.gif) no-repeat 18px center;
display: block;
padding: 8px 0px;
padding-left: 32px;
text-decoration: none;
font: bold 12px Arial;
}

.arrowlistmenu ul li a:visited{
color: fff;
}

.arrowlistmenu ul li a:hover{ 
color: #A70303;
background-color: #e4e5e5;
}
