<!--

.arrowlistmenu .headerbar{
font: bold 14px Arial;
color: #006699;
background-color:#fff;
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
padding: 4px 0 4px 0px; /*header text is indented 0px*/
}

.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: #000099;
display: block;
padding: 2px; 
padding-left: 0px; /*link text is indented 19px*/
text-decoration: none;
font-weight: normal;
border-bottom: 1px solid #dadada;
font-size: 11px;
}

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

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}
-->
