.arrowlistmenu{
width: 100%; /*width of menu*/
padding-top: 15px;
}

.arrowlistmenu .headerbar{
font: bold 14px Verdana;
color: white;
background-color: #000080;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-align: center;
text-transform: uppercase;
padding: 4px 0px 4px 0px; /*header text is indented 10px*/
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0px 10px;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
color: white;
text-align: left;
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/

}

.arrowlistmenu ul li a{
color: #ffffff;
display: block;
padding: 2px 0;
padding-left: 1px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font: bold 11px Verdana;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #000080;
background-color: #828bac;
}