.arrowlistmenu{background-color:#000000;
width: 180px; /*width of menu*/
}



.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 2px;margin-top: 7px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 5px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #ffffff;
background: url(images/arrow-list-red.gif) no-repeat center left; /*custom bullet list image*/
display: block;
padding:3px 0;
padding-left: 0px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;text-align:center;
border: 1px solid #dadada;font-family:Arial,Trebuchet MS,Georgia,Verdana,Helvetica,sans serife;
font-size:10pt;
}

.arrowlistmenu ul li a:visited{
color: #ffffff;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #ffff00;
background-color: #000000;
}