.arrowlistmenu{
width: 180px; 
}

.arrowlistmenu .menuheader{ 
font: bold 10px Arial;
color: white;
background: white url(titlebar.png) repeat-x center left;
margin-bottom: 10px; 
text-transform: uppercase;
padding: 4px 0 4px 10px; 
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ 
background-image: url(titlebar-active.png);
}

.arrowlistmenu ul{ 
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; 
}

.arrowlistmenu ul li{
padding-bottom: 2px; 
}

.arrowlistmenu ul li .opensubheader{ 
background: #c1a88d !important;
}

.arrowlistmenu ul li .closedsubheader{ 
background: #d9c1a6 !important;
}

.arrowlistmenu ul li a{
color: #A70303;
background: url(arrowbullet.png) no-repeat center left; 
display: block;
padding: 2px 0;
padding-left: 19px; 
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 80%;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ 
background-color: #F3F3F3;
}

.arrowlistmenu ul li a.subexpandable:hover{ 
background: #c1a88d;
}

.menuheader a{
display: block;
}

