.arrowlistmenu{
width: 183px; /*width of menu*/
border: 1px solid #dadada;
border-top: 4px solid #66b33a
}

.arrowlistmenu .headerbar{
font: bold 14px Arial;
color: #66b33a;
background: #fff url(ico_category.gif) no-repeat left; 
text-transform: uppercase;
padding: 6px 0 6px 20px; /*header text is indented 10px*/
margin:0px;
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;

}

.arrowlistmenu ul li{
padding-bottom: 0px; /*bottom spacing between menu items*/
width:90%;
padding-left:8px;
}

.arrowlistmenu ul li a{
color: #666666;
background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 4px 0;
padding-left: 23px; /*link text is indented 19px*/
text-decoration: none;
font-weight: normal;
border-bottom: 1px solid #efefef;
font-size: 98%;
}

.arrowlistmenu ul li a:visited{
color: #66b33a;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #fff;
background-color: #66b33a;
}
