.arrowlistmenu{
width: 150px; /*width of menu*/
background: #000;
}

.arrowlistmenu .headerbar{
font: bold 14px Arial;
color: #fce012;
background: black;
margin-bottom: 8px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 6px; /*header text is indented 16px*/
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #fce012;
display: block;
padding: 2px 0px;
padding-left: 6px; /*link text is indented 16px*/
text-decoration: none;
font-weight: bold;
border-top: 1px solid #DF2726;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #fce012;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
/*background: url(arrow3.png) no-repeat center left; /*custom bullet list image*/
color: #DF2726;
background-color: #000;
}