
.arrowlistmenu{
width: 200px;
padding-bottom:15px;
}

.arrowlistmenu .menuheader{
font-size: 12px;
color: white;

background: #999999;

margin-bottom: 10px;
text-transform: normal;
padding: 4px 0 4px 10px;
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ 
background: #0C71C4;
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px;
}

.arrowlistmenu ul li{
padding-bottom: 2px; 
}

.arrowlistmenu ul li a{
color: #666;
background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 10px; 
text-decoration: none;
font-weight: normal;
border-bottom: 1px solid #dadada;
font-size: 11px;
}

.arrowlistmenu ul li a:hover{
color: #333;
}
.arrowlistmenu ul li a.leftactive{
color: #A70303;
}