.arrowlistmenu{
width: 100%; 
background:#fff;
border:1px #ddd solid;
margin-bottom:5px;
box-shadow:0px 0px 10px #E0DEDE;
-moz-box-shadow:0px 0px 10px #E0DEDE;
}

.arrowlistmenu .menuheader{ 
height:52px;
font-size:16px;
line-height:52px;
color: #fff;
border-top:1px #ddd solid;
border-bottom:1px #ddd solid;
background:#999999 url(../image/close.gif) 10px no-repeat;  
margin-bottom: 1px; 
text-transform: uppercase;
padding-left:30px; 
cursor: pointer;
}

.arrowlistmenu .openheader{ 
background:#999999 url(../image/open.gif) 10px no-repeat;  
}

.arrowlistmenu ul{ 
list-style-type: none;
padding:3px 0px;
margin-bottom:1px;
}

.arrowlistmenu ul li{
height:42px;
padding-bottom: 0px; 
margin-bottom:0px;
}

.arrowlistmenu ul li .opensubheader{ 
background: lightblue !important;
}

.arrowlistmenu ul li .closedsubheader{ 
background: lightgreen !important;
}

.arrowlistmenu ul li a{
color: #505050;
display: block;
font-size:14px;
line-height:42px;
padding-left:38px;
background:url(../image/li.gif) 25px no-repeat;  
text-decoration: none;
}

span.nums{
color: #909090;
font-size:12px;
line-height:20px;
}


.arrowlistmenu ul li a:visited{
color: #505050;
}

.arrowlistmenu ul li a:hover{ 
color: #fff;
background:#80B6FC;
}

.arrowlistmenu ul li a.subexpandable:hover{ 
}