@charset "utf-8";
/* CSS Document */

<style type="text/css">
.arrowlistmenu{
width: 127px; /*width of menu*/
}

.arrowlistmenu .headerbar{
font: bold 12px Verdana;
color: white;
background: black url(/apa/titlebar.png) repeat-x center left;
margin-bottom: 5px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 2px 2px 5px; /*header text is indented 10px*/
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 2px; /*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: #346811;
display: block;
padding: 2px 0;
padding-left: 2px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 95%;
}

.arrowlistmenu ul li a:visited{
color: #346811;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #020301;
background-color: #7EB861;
}

</style>
