.arrowlistmenu{
 width: 190px;
}
.arrowlistmenu .menuheader{
 font: bold 14px Arial;
 color: white;
 background: #009c84;
 margin-bottom: 10px;
 text-transform: uppercase;
 padding: 4px 0 4px 10px;
 cursor: hand;
 cursor: pointer;
 color:#fffff;
}

.arrowlistmenu .menuheader a{
 font: bold 14px Arial;
 color: white;
 background: #009c84;
 margin-bottom: 10px;
 text-transform: uppercase;
 padding: 4px 0 4px 0px;
 cursor: hand;
 cursor: pointer;
 color:#fffff;
 font-family: "微軟正黑體",Arial;
}


.arrowlistmenu .openheader{
 background-image: url(titlebar-active.png);
}
.arrowlistmenu ul{
 list-style-type: none;
 margin: 0 0 4px 0;
 padding: 0 0 0 10px;

}
.arrowlistmenu ul li{
 padding-bottom: 2px;
}
.arrowlistmenu ul li a{
 color: #A70303;
 background: url(arrowbullet.png) no-repeat center left;
 display: block;
 padding: 2px 0;
 padding-left: 2px;
 text-decoration: none;
 font-weight: bold;
 font-size: 90%;
}
.arrowlistmenu ul li a:visited{
 color: #A70303;
}
.arrowlistmenu ul li a:hover{
 color: #A70303;
 background-color: #F3F3F3;
}

.arrowlistmenu.ff ul{list-style-type:disc;
    margin: 0 0 4px 0;
    padding: 0 0 0 10px;
}


.lv3{list-style-type:disc;padding-left:5px;}